• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Aidaform image upload > Gmail

I have a form where users can upload one or multiple images through Aidaform.
Ive set up the workflow and when testing it, it works:

1641490747158.png


Result when sending test request works:

1641490788594.png

When submitting images through the live form it doesn't work:

1641490860893.png


Error Details:

[{"@type":"type.googleapis.com\/google.apps.script.v1.ExecutionError","scriptStackTraceElements":[[],{"function":"sendEmailWithAttachment"}],"errorMessage":"Exception: Attribute provided with no value: url","errorType":"ScriptError"}]

What am I doing wrong?
 

Supreme

Well-known member
Staff member
Hey @robbiereyes

The error is responding because the file URL is missing in the Gmail action event. since the file URL fields are not coming from the Aidaform in those executions.

And when the file URL is not appearing from the trigger response on the action event where commas' went alone in the field which is erroneous to read for the Gmail action event.

Other than that your workflow seems working for us.

Thanks

2022-01-07_11h35_00.png




2022-01-07_11h35_44.png
 

Supreme

Well-known member
Staff member
Hey @robbiereyes

You can use the filter action step before the Gmail step, no the Gmail action step wouldn't work if the user didn't fill any image.

But if you want to process both situations you can use the router action step, where one route can be established to process your images in Gmail and another one will take care of the Gmail action when the user didn't pass the images.

 
Top