• 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

Email Attachment to Google Sheet

usman

Member
Hi I want to create a little complicated multistep workflow where when I receive an email with an invoice as an attachment, I would like that invoice to be saved in a google drive folder, and then ask ChatGPT to analyze the invoice and return the values like date, invoice number, all the line items and their details, quantity and amount into a google sheet. I tried a part of it where I could get the email attachment in google drive but I am stuck at getting ChatGPT to analyse the invoice as it says it cannot do that to analyse external link like gdrive. Any way to achieve this or any other means to do this? Also is the case of getting all the line items in the invoice on a google sheet sounds complicated but I think we can use the iteration module somewhere. Help here would be appreciated. Thks in advance.
 

ArshilAhmad

Moderator
Staff member
We assume that the invoice you upload to Google Drive is in PDF format. For this, you can use the 'PDF.co: Document Parser' action step, which will extract the content from the PDF. You can then pass this data to ChatGPT for further analysis. Please check if this helps you extract the necessary data. Once done, we can look into how the extracted data will be added to Google Sheets.
1731875059528.png
 

usman

Member
Ok used pdf.co to process the pdf. But on testing certain files took more than 25 seconds to parse and pabbly stopped it. How do we go around it or let it parse in background and we come back to it?
 

ArshilAhmad

Moderator
Staff member
Pabbly Connect waits for 25 seconds to receive a response from any application. The issue you are describing occurs when an application (PDF.co) takes more than 25 seconds to process a request, and because of this, Pabbly Connect does not receive the response within 25 seconds, leading to the error you encountered. Due to the large amount of data involved in parsing the document, unfortunately, the use case you are describing doesn't appear to be possible.
 

usman

Member
Pabbly Connect waits for 25 seconds to receive a response from any application. The issue you are describing occurs when an application (PDF.co) takes more than 25 seconds to process a request, and because of this, Pabbly Connect does not receive the response within 25 seconds, leading to the error you encountered. Due to the large amount of data involved in parsing the document, unfortunately, the use case you are describing doesn't appear to be po

How do we do what I have highlighted from a screenshot from the workflow part of pdf.co
 

Attachments

  • IMG_8729.jpeg
    IMG_8729.jpeg
    883.9 KB · Views: 7

Preeti Paryani

Well-known member
Staff member
Hello @usman

You can select "True" from the Async dropdown, which will allow the process to run in the background while you continue with the next steps of your workflow. However, please note that if you have mapped data from the pdf.co step, an error may occur because the required mapped details may not be received
 

usman

Member
So do I need to do a wait step to wait for the reply? Or do I need to add another step to get the details? A little
More detailed help in the above step would be appreciated. :)
 
Top