I have a form where users can enter a start date and end date. When they click the Generate 1 button, a workflow is triggered to fetch employee data, including Employee Email, Working Days, and Total Minutes.
I want to introduce a 3-second delay after the user clicks Generate 1 or Generate 2, before displaying the data in a repeating group. How can I set up this delay in the workflow?
Here’s what I’ve set up so far:
- The user inputs start and end dates.
- The workflow is triggered by clicking Generate 1.
- I want the repeating group to show the fetched data after a 3-second delay.
Any guidance would be appreciated!