Hi all, I have variable 1 and variable 2 from the earlier steps.
- If it’s variable 1, I need to skip the Google Drive steps and move directly to Cloud Vision.
- If it’s variable 2, it should follow each step.
How can I achieve this? Thanks!
Hi all, I have variable 1 and variable 2 from the earlier steps.
How can I achieve this? Thanks!
hi! Would anyone know how to do it?
Hello,
As far as I know, you cannot skip modules. I found something similar in the community using resume; here’s a link to the discussion:
If that doesn’t help, you could always create an additional branch in the router and set up a filter so that variable 1 goes directly to Cloud Vision. However, note that you’ll need to repeat all the operations that come after Cloud Vision. Alternatively, if there are many operations, you might consider splitting the scenario starting from Cloud Vision into two separate scenarios that run sequentially. That is, the second scenario would start with Cloud Vision while the first one ends with Google Drive. You can connect them using a webhook.
Perhaps this will help solve the problem.
Hey,
Unfortunately you need to copy a road and use a router where you filter for each variable.
Good luck.