• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

output from google drive search action not sent in webhook

sampaht

Member
Your Workflow URL
https://connect.pabbly.com/v2/app/workflow/mapping/IjU3NjYwNTY0MDYzNDA0MzU1MjZmNTUzMjUxM2Ei_pc
Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
I have a workflow where i send a string, let google drive action search it, and return folderID.
When I use the folderID in sendwebhook action, folderID is not sent, and if it do sent, the string is "None"

While in the workflow I have a code action, folderID is fetched from Google Drive Search action.
 

Preeti Paryani

Well-known member
Staff member
Hello @sampaht,

Upon checking the failed task histories, it seems that on the Global search of the property, no folder ID has been found, causing the actions with the mapped key getting fail.

1762165695522.png
 

sampaht

Member
Google Drive: search action output:
1762166938192.png


API webhook action:
1762167063159.png


Webhook sent does not include folderID parameter
1762167103860.png


From history, folder ID is not sent in data.
1762167175342.png
 

sampaht

Member
For the failed executions that you sent screenshot, it really doesn't found the folder. For success execution it get folder and can continue for next steps, but in API payload it doesn't send the folderID
 

Preeti Paryani

Well-known member
Staff member
Hello @sampaht,

Please try to modify the API by Pabbly action as per the attached image and let us know if it helps in transferrring the data as required.

1762233283764.png


If it does help, kindly try executing the same in the Classic workflow builder and let us know the results.
 
Top