Error in moving attachments of pabbly for to google drive

Status: Closed · Asked by WOWRIDER on · 0 views

WOWRIDER — Question ·

I created a pabbly form which capture images and then uploads them to google drive. Either the files or missing or not readable.

Pabblymember11 — Reply ·

Hey @WOWRIDER

Can you please share the workflow URL once in which you have experienced the same issue

WOWRIDER — Reply ·

XRVUZgRTUzAASgBqBlVQd19LUlZVDwY-ARgIGlxTAnoATQJHBURfNQtHB21eDVU0B04AalUJBz5YTAMHUAYDcFNKBDgAAwd9VxoEfwdGDj1dA1R8BGU#

Pabblymember11 — Reply ·

After reviewing your task history, we found that the current logic for extracting the attachment is returning a blank response. This blank response is causing the error and resulting in an empty entry being added to your Google Drive.

To resolve this issue, I have processed the extracted URL and converted it to a JSON array. Please use the response from the 10th step in your Iterator action step to correctly process the attachment URL.

Thank you for your understanding and cooperation.

WOWRIDER — Reply ·

still getting errors. not all files are uploading to drive. and few of the files are showing as not supported

Pabblymember11 — Reply ·
still getting errors. not all files are uploading to drive. and few of the files are showing as not supported

I've implemented a 'Code by Pabbly' action step that captures the attachment URL in JSON array format, preventing the null values to the Iterator action step.

Please test your workflow and inform us about its performance.

Back to all forum threads · Log in to reply