Hello everyone!
I’m trying to add a pause before running a custom event but it’s not working!
Basically i have a button that shows next item in a repeating group and i want this to happen:
- Click button in a fixed repeating group
- wait for 5 seconds
- Show next of this repeating group
My workflows are like this:
WF NextPage:
Show next of a repeating group
WF Button Click:
on button click > Schedule a workflow after 5 seconds (WF NextPage)
Right now when i click the button it inmediately shows next page! I also tried “Add a pause before next action” but it doesn’t work either
Any help would be appreciated!
Thank you in advance,
Tom