Skip steps / modules in a scenario

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.