i need to attached my second route from the router back to the router from the get a task, my scenario starting from the router, is my export file ready? yes continue on Route 1, if no, take Route 2, sleep for 60 seconds, check if file ready, if no, back to router to start again. I can’t get the “get a task” to loop back to the router.
AI keeps telling me to find a little blue dot on the right edge of the module but can’t find it.
Thanks
Jill
1 Like
Hey Jill,
there are no loops in Make. Also you can’t link a path back to the router that started it. That’s not how a Make flow works at all.
You can replicate the top path of the router after the sleep module on the bottom path. Or look for an external check to see if the file is done exporting and continue the process in another scenario.
For example → the first scenario starts the export and at the end of it triggers a second scenario. The second scenario checks if the export is ready and if it is - processes it; if its not, it waits 60 secs and retriggers it self.