How can I launch a popup from workflow with condition. I have tried adding a condition to show a popup only when condition is set and its not working.
Kind regards
How can I launch a popup from workflow with condition. I have tried adding a condition to show a popup only when condition is set and its not working.
Kind regards
What are you trying to do?
You need to specify in a workflow when the popup should be shown to the user.
Use “every time condition is true” trigger to run a workflow that shows the popup when the criteria is met.
@adamhholmes I am trying to launch a popup when an API error is returned. I followed this tutorial on YT https://youtu.be/dAqOEiRIbvg?si=4IzAxDGCDWvV08Ir
Not sure what I am doing wrong.
Kind regards
Well that looks correct to me.
If the popup is not showing then the condition must not be being met.
It looks like the same condition as being used on step 8 - so is Step 8 working (i.e. is the Email being sent)?
@adamhholmes sorry for the late response. While testing, Step 8 works,the email is being sent. Just not sure why the popup is not working. It’s baffling.