Recent content by SnackGuy

  1. SnackGuy

    Iterator not processing all values

    I have a json output that has 1309 rows (equivalent). Yet when I run the workflow to update a database using the data from the iterator, it only runs for 12 rows and none of the rest. What would I have to adjust to get it to run for all the rows.
  2. SnackGuy

    Postgres error showing unable to find column that's actually there

    I am trying to run a postgres action to update a table using data from an API call. I am trying to reference a status column, but the tool seems to think its a column called "new". It wont complete the action and errors out each time. Are there any ideas on how to better get this working?
  3. SnackGuy

    Pabbly API Body field missing

    How do I input the content I need for the body of an API message? Its missing in the classic builder
  4. SnackGuy

    Pabbly workflow did not run as scheduled

    I have a workflow that's scheduled to run every monday at 5:50a ET. However today, it did not run at all. Why? Theres not even a task history event showing it attempted to run.
  5. SnackGuy

    How can I trigger a task when a row is added or updated to a postgres table?

    I think we're on separate wavelengths. I am trying to figure out how to trigger a workflow in pabbly based on a row being created or updated in Postgres.
  6. SnackGuy

    How can I trigger a task when a row is added or updated to a postgres table?

    Thank you! Is there any other way to do this with the current capabilities?
  7. SnackGuy

    How can I trigger a task when a row is added or updated to a postgres table?

    I currently use zapier workflows to trigger when a postgres table is updated or created is there a way that I can do this in Pabbly too? I dont see anything come up when I search for postgres when I start a workflow. If not, can this be created? I would likely 3-10x my workflow usage on pabbly...
  8. SnackGuy

    How can I find the details of why a workflow partial failed?

    I have several workflows that partially fail. When I review the history, I can see what steps failed, but when I click on the down arrow, it doesnt show anything more. This makes it difficult if not impossible to figure out what caused the step to fail in the first place. What do I have to do to...
  9. SnackGuy

    Run Action AFTER Iterator Completes

    @Pabblymember11 - can you explain what was done to make this work? There's no usable resolution posted in this other the OP's related post.
  10. SnackGuy

    LeadConnector v2 - Get Payment Orders ALT Type

    I have tried entering the word location too and that didnt work.
  11. SnackGuy

    LeadConnector v2 - Get Payment Orders ALT Type

    What value do I put in for ALT Type on the Get payment orders area for LeadConnector (v2)? I have tried to put in the location ID again, I've tried a few different other fields and cant seem to get it to work.
  12. SnackGuy

    Zendesk: Username/Password

    Thanks for posting this. As I stated in my post. I tried the email address I have attached to the zendesk account and it didnt work. What else should I try?
  13. SnackGuy

    Zendesk: Username/Password

    I am having the same issue. I have the subdomain and API key correct. Yet I am still getting the same error as the OP. I am unsure what to put in for the username. I've tried my email address and user ID, neither works. What is the correct value for the username?
  14. SnackGuy

    SQL Format Error - out of range value

    I am receiving the following error: "Out of range value for column 'ARN' at row 1" The column I am trying to populate is BIGINT(50) and the value is 24013394188001189819323 This error occurs when I am attempting to create a new row or update a row in a SQL table. The data in the field is...
  15. SnackGuy

    Stripe cURL integration not working as intendent

    Hi! Thanks for the update. I've tried doing it through the custom API requests, but I keep getting an error. I explained all this in the initial post of this. Can you investigate what is causing it to return the error?
Top