I have a scenario where it pulls an email content, gets a list of text from a Google spreadsheet and checks which of these texts appear first in the email text.
This is what I have right now:
I tried aggregators, both numeric and text and also using min. But I can’t get the text as a result. I was able to get the smallest number as a result of indexOf( but I need the text from the list in the Google Sheet.
Welcome to the Make community!
How does your “list” look like, and what do you want to extract?
If you need further assistance, please provide the following:
1. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Uploading it here will look like this:
blueprint.json (12.3 KB)
2. And most importantly, Input/Output bundles
Please provide the input and output bundles of the trigger/iterator/aggregator modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading them here will look like this:
module-1-output-bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:
-
Either add three backticks ```
before and after the code, like this:
```
input/output bundle content goes here
```
-
Or use the format code button in the editor:
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
1 Like
Thank you!
I was able to make what I wanted work, but there’s gotta be a more efficient way to do this.
Here’s the blueprint:
blueprint (4).json (44.9 KB)
I was going to attach the results but there are client info so I’m adding redacted screenshots below instead:
Get Range Values:
Update a Row
Search Rows
Aggregator
Variable
I know this looks silly, but I have no coding background, and I’m not very familiar with Make tools and functions.
Thank you for the help.