Does anybody know the proper way to trigger a workflow or hide/show an element based on a condition that would “track” the number of seconds after a previous workflow event took place?
I have a button pressed for saving information on the first group of an on-boarding flow. On this button press I set a custom sate on the page equal to the current date/time
Then after a popup will be shown if a list of images is below a certain count. The popup shows a progress bar. This popup does not hide until after the count of the image list hits the target number.
What I want to do is show a message when the amount of time since the user pressed the save button ( and set the time_stamp ) as surpassed a certain duration in seconds.
I have set up a conditional on the group to display the message and tried to set up a workflow event to show the message but neither methods are working the way I have set up the conditionals.
The condition I set up I was hoping would track if the time between the button being pressed and the popup becoming visible was greater than 1 second.
Anybody have experience with doing something like this and having success with it?