Search results

  1. Fagun Shah

    How to send 3rd party api data with multiple rows to Google Sheets

    You need to capture the API call response with Simple Response toggle turned off. Once you do that it will capture the response in array format. Then you can use iterator to add each row one by one in the google sheet. Keep in mind that while setting up the iterator it will only go through the...
  2. Fagun Shah

    Limitation of Google Sheets columns?

    Try "Append Row" action instead of "Add New Action".
  3. Fagun Shah

    Switchy.io Link Creation: Need lil Guidance

    You need to map custom domain ands id vaues like URL in next steps where you want to use shortlink - Something like this -
  4. Fagun Shah

    Invalid WhatsApp Number While Using 360Dialog!

    You missed the plus sign before the number in mapping,
  5. Fagun Shah

    Simple Response not work in API Action?

    Also tagging @Supreme , so he can check your workflow tomorrow.
  6. Fagun Shah

    Simple Response not work in API Action?

    Can we connect on zoom call? Feel free to DM me - https://www.facebook.com/fagun.shah.7
  7. Fagun Shah

    Fallback values

    Check this,
  8. Fagun Shah

    Simple Response not work in API Action?

    It is showing it like that bcoz your response does not have any JSON array elements. For example if we fetch all the woo-commerce products then it will have multiple products with same type of properties like Name,Price,Type etc. That will be the array for simple response turned off. But in...
  9. Fagun Shah

    add character before input

    Just type the character before mapped value.
  10. Fagun Shah

    DISCORD to GOOGLE SHEET not availvable

    Their team have applied for Discord approval months ago, but no reply from Discord side. So unless discord approve their application they can not add Discord Triggers in pabbly connect.
  11. Fagun Shah

    Pabbly Webhook didn't take JSON object correctly?

    So simple response toggle ON means it will automatically convert JSON to normal format like the once you see in the screenshot of yours. It is ready to map. But Simple Response OFF means it will capture the response in JSON Array format and show it in the same as well. This is useful when you...
  12. Fagun Shah

    WHY ARE FAILED TASKS COUNTED AS TASKS+ DELAY DOESNT WORK?

    Zapier charges many times more compared to pabbly so it is not a fair comparison. For delay I did not understand your point exactly, if you want we can connect on zoom call to check your usecase. I use delay on a regular basis in pabbly workflows and it works perfectly. You can DM me for zoom...
  13. Fagun Shah

    Can I use API to connect Pabbly with 3rd party application software?

    You can use API module as an action step in the workflow or you can create proper integration - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/
  14. Fagun Shah

    Discord Triggers?

    It is pending approval since many months, but no response from discord team. That no ad, but it a LinkPreview of the link I share for available integration with discord. Each app has two type of integration - Triggers and Actions. Discord has action but no triggers until Discord team complete...
  15. Fagun Shah

    WHY ARE FAILED TASKS COUNTED AS TASKS+ DELAY DOESNT WORK?

    Failed tasks still uses Pabbly's server resources and they also have 95% of internal tasks as free(none of the other platform has this). And why delay is of no use?
  16. Fagun Shah

    Discord Triggers?

    They do have Discord as actions but not as triggers. Bcoz discord team is taking long time to approve their application. https://www.pabbly.com/connect/integrations/discord/
  17. Fagun Shah

    Pabbly Webhook didn't take JSON object correctly?

    Try recapturing the response by turning Simple Response toggle off.
  18. Fagun Shah

    RSS connection

    They are launching RSS mostly in April as per FB Group post. Till then use IFTTT as RSS trigger to send data to pabbly webhook and then reddit.
  19. Fagun Shah

    Multiple Google Forms connected to same Spreadsheet

    Pabbly Google Sheet addon does not support multi-sheet triggers inside a single spreadsheet. You need to use single-sheet spreadsheets for triggers.
  20. Fagun Shah

    JSON code for PUT API in Pabbly

    Looks like you have not added { } for JSON. You can validate JSON syntax on https://jsonlint.com/ and then copy-paste from there to pabbly and add the mappings.
Top