Hi all,
Is there a way to turn this:
Into this?
These actions are 100% standard (like sleep delays, parse the exact same text source, etc) so I was wondering if there’s a way to keep the work area “cleaner”
Hi all,
Is there a way to turn this:
Into this?
These actions are 100% standard (like sleep delays, parse the exact same text source, etc) so I was wondering if there’s a way to keep the work area “cleaner”
Yes it’s possible, simply remove the duplicate routes you don’t need, and use a repeater or iterator module depending on whichever is more appropriate for the situation.
could you please be so kind and assist with a screenshot?
If you need further assistance, please provide the following:
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)
Following these steps will allow others to assist you here. Thanks!
Thanks!
blueprint.json (14.3 KB)
Great, thanks! Could you please explain the logic behind the repeater in this case?
The repeater will parse the exact same text source and repeat all the modules down the line exactly as many times as you need.
thanks, but where do I include the router then?
Why do you need a router?
Repeater is great. But if you’re looking for an alternative you could use a webhook. Its more difficult to set up but I just wanna mention this option.