Hello Team,
I am attempting to send an email to a list of manufacturers who supply a particular product.
Sample Google Sheets Table:
The current process is as below:
However, the challenge is the following
1) If I configure one email ID in Step 3: and if there are more suppliers for a product e.g Product A in the above table, the current flow only sends email to [email protected] and not to [email protected]. Ideally, we need it to send it to both the suppliers.
2) If I configure two email IDs in Step 3: but if there's just one supplier for a product e.g Product B in the above table, the flow would fail with an Error Code: ErrorInvalidParameter because it expects two email IDs to be returned by Step 2, but finds only one.
What do you think would be the best solution in this case? Ideally, emails should go to all the suppliers whose emails are returned in Step 2: Lookup Spreadsheet Rows.
I am attempting to send an email to a list of manufacturers who supply a particular product.
Sample Google Sheets Table:
Product Name | Manufacturer Email ID |
Product A | [email protected] |
Product A | [email protected] |
Product B | [email protected] |
Product C | [email protected] |
The current process is as below:
However, the challenge is the following
1) If I configure one email ID in Step 3: and if there are more suppliers for a product e.g Product A in the above table, the current flow only sends email to [email protected] and not to [email protected]. Ideally, we need it to send it to both the suppliers.
2) If I configure two email IDs in Step 3: but if there's just one supplier for a product e.g Product B in the above table, the flow would fail with an Error Code: ErrorInvalidParameter because it expects two email IDs to be returned by Step 2, but finds only one.
What do you think would be the best solution in this case? Ideally, emails should go to all the suppliers whose emails are returned in Step 2: Lookup Spreadsheet Rows.