Multiple Google sheets

mdimmer

Member
Hi,

Just wanted to make sure this was possible before I spent the time doing it.

I have a workflow that picks up an email, I then use text parser and send the results to a Google sheet. I want to use the same 1 email, then 6 different text parser combinations and send the results to 6 different Google sheets. Is this ok to do all this in just 1 workflow?

Thank you for your help.

Regards

Matt
 

ArshilAhmad

Well-known member
Staff member
Hi @mdimmer,

If you want to process the same email in six different ways using Text Parser and then add all those instances to Google Sheets, you can simply add six Text Parser steps to the workflow, along with six Google Sheets action steps (selecting a different spreadsheet in each action step).

==========================================================================

If you want to add emails to different Google Sheets spreadsheets based on a particular condition—that is, add different emails to different spreadsheets—you will need to add a Router to your workflow with six routes.
 
Top