Search results

  1. SnackGuy

    API action inserting "/" numerous times within json body

    I am trying to transmit a json body via a Pabbly API action. However your tool appears to be inserting "/" all over the body. How do I turn this off? Here's what it should send: { "appid":44, "status": "4 In Underwriting" } Here's what it's sending: "{ \"appid\": \"44\" \"status\": \"4 In...
  2. 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.
  3. 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?
  4. 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
  5. 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.
  6. 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.
  7. 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?
  8. 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...
  9. 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...
  10. 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.
  11. SnackGuy

    LeadConnector v2 - Get Payment Orders ALT Type

    I have tried entering the word location too and that didnt work.
  12. 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.
  13. 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?
  14. 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?
  15. 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...
  16. 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?
  17. SnackGuy

    Google Sheets Trigger Not working in Chrome

    I have a google sheet that I have the pabbly connect trigger setup on. It works in Safari but not chrome. I have the most recent version of Chrome. I am able to trigger the extension without issues through Safari still. However, in Chrome, it never works. What gives?
  18. SnackGuy

    Stripe cURL integration not working as intendent

    Hi @MukeshR , How can I do with is cURL through Pabbly though? Do you have a cURL API tutorial I can work with or get more insight into how to set up these types of queries? I want to do stuff like this with more than just stripe via cURL. It should be possible. I cant wait weeks/months for a...
  19. SnackGuy

    Stripe cURL integration not working as intendent

    I would like to set the quantities, pricing per quantity, and payment method.
  20. SnackGuy

    Stripe cURL integration not working as intendent

    Hello! Thanks for your input. This really helps for the first part of several items that we're trying to accomplish. The customer function is just one of several actions that we are trying to use within Stripe. The create subscription action does not have all the fields that we want to send...
Top