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 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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?
  11. SnackGuy

    Stripe cURL integration not working as intendent

    I am having issues getting parameters to pass thru from Pabbly to Stripe. When I attempt the query below locally in terminal, it runs just fine. However, when I try to translate it into pabbly it just gives me a "missing required parameter: query". I am sure I am missing something, but cant...
  12. SnackGuy

    Action Event API Config Issue - Need the request body

    I am trying to develop a layered JSON POST message and am running into an issue. The API I am trying to integrate with requires a subset of "fields" within the JSON message but I am unable to find how to do this dynamically through the current version of the "API by Pabbly" action. Below is a...
Top