I have a Repeater that goes through an array of data and looks for a collection that contains the needed item. Each item it finds is stored in founded_detail. After the loop finishes, I compare each founded_detail with the needed_detail and after that my idea is to have a branch. And here I have a check where if founded_detail == needed_detail, a Telegram Bot entry is performed. I would like to have a different message written to Telegram Bot if the check returns false. And when Array Aggregator stops the loop, I would like the lower branch to be triggered after it, but it turns out that even if the check passes, both branches are triggered - the one that sends a message about successfully found item and the one that sends a message about not finding the item. I have already tried a lot of things and tried to put flags, which it turns out in Make do not exist as it turns out. I don’t know how to separate processes, because the Array Aggregator writes an empty array as long as the one I was searching.
Welcome to the Make community!
If you need 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 output bundles of the PARSE JSON [19] module 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-input-bundle.txt (12.3 KB)
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!