Automation process flow

Hi

1. I need to automatically download my email attachments to a folder and extract the data to Excel. (supplier invoices)

2. I need to feed/upload the data to my sage system

How can I do this using AppSheet? anyone here can help me with this?

 

0 4 117
4 REPLIES 4


@Saraappsheet wrote:

download my email attachments to a folder


AppSheet can't do this. Try Apps Script.


@Saraappsheet wrote:

extract the data to Excel


AppSheet could do this if you're using Google Drive. However, if you're already using Apps Script anyway that might be preferable.


@Saraappsheet wrote:

feed/upload the data to my sage system


The right tool depends what mechanisms that system offers--e.g., manual csv import, API.

Hi thank you.. is there any way you can teach me or guide me how to do this in apps script? 

extract the data to Excel

"AppSheet could do this if you're using Google Drive. However, if you're already using Apps Script anyway that might be preferable."

in this scenario you mean the OCR method by AppSheet?

 


@Saraappsheet wrote:

guide me how to do this in apps script


https://www.labnol.org/code/20009-convert-google-documents 

Alternatives:

  • Microsoft 365 provides its own APIs you could use from Apps Script.
  • If you're on the Microsoft platform generally, consider using Power Automate instead of Apps Script; it includes a Gmail connector.

@Saraappsheet wrote:

you mean the OCR method by AppSheet


No. In noting you could use AppSheet, I was alluding to Use data from Google Drive - AppSheet Help

Top Labels in this Space