Go to page fails when it is a first step in a loop
I noticed this bug with two workflows where I did exactly the same thing:
Step1 is a go to page step.
It starts failing when I add a simple loop.
In order to remove the bug, I added a delay as step 1.
Activity Newest / Oldest
Kyle
Status changed to: Live
I reproduce the bug with the following scenario:
Trigger: Use googlesheet to iterate through a list of URL (loop)
Step1: go to page (using @variable)
Step2: some list retrieving
It opens the URL in chromium but after couple of seconds fails to go to step2.
Adding a delay as a step1 helps bypass the issue.