• 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.

WPForms to Google Shared Drive

I'm trying to create a new folder in a Google Shared Drive when a new form entry is received in a WPForms form via Webhooks Addon. I want the name of the folder to be the value of one of my form fields.

I'm the action item for Create Folder on Google Shared Drive, I'm not able to map the form fields; none are found.

Completely brand new to this platform. No idea what I'm doing. Any help is appreciated!
 

ArshilAhmad

Moderator
Staff member
Hi @madmoneymike5,

Please enable this workflow, click on 'Capture Webhook Response,' and make a dummy form submission. Once done, your submitted details will be visible under the trigger response.

1699820397236.png


Once you have captured the response, please let me know the field based on which you would like to name the folder you will create in the Google Drive action step.
 
I had already done that part actually. I see a Response A listed. The field I'm looking for is called "MC#". I want to make the folder based on that field, and then, once that folder is created, I want to upload certain files into it that were uploaded via the form. However, I also want to rename the files to a specific/standard format. For example, one file will need to be named "Authority - " + {MC#}. Others will follow a similar format. Thank you for your help! 🙏
 

ArshilAhmad

Moderator
Staff member
The use case you are describing is possible, but first, you need to follow the steps I suggest above to capture the form response. Please let me know once you have captured another response from WPForms.
 

ArshilAhmad

Moderator
Staff member
I am aware that you have already captured a response before, but currently, for some reason, it's not visible in your trigger response.
1699831861088.png


Please skip to the 5:05 mark in the video shared below, where you can see how a trigger response looks. Although the application is different from the one you are using in the trigger step, the response will appear in a similar manner once you have followed the steps I suggest above.
 
I must be doing something wrong because no matter how many "Capture Webhook Response" I do, the response comes back blank...

1699901914798.png


I've tried the below 1) blank (no request headers or body), 2) with just Header and just Body, and now 3) with both Header and Body fields selected. Still nothing shows in the response above.

1699903319876.png
 
Last edited:

ArshilAhmad

Moderator
Staff member
Please disable this workflow and create a new one from scratch (without cloning).

In the new workflow, to set up WPForms as your trigger application, follow the instructions given in the help text below. Also, make sure that you have installed and activated WPForms on your WordPress site.
1699904227449.png
 
My mistake. I didn't put anything in the left boxes that say "Enter Parameter Key." I incorrectly assumed you'd just pull the name of the fields from WPForms. It's all working now. Thank you!
 
Top