hi
have a couple popups which display for 1500/2000ms before closing (WF ‘add a pause before next action’). unfortunately, sometimes the image doesn’t load within that time so the popup appears empty for 1500/2000ms and then closes. not so great. doesn’t happen often, but happens often enough…
is there a way of adding conditional behavior to the WF to ensure the image is displayed before closing?
many thanks
Hey, try this!
One workflow to populate the image source and then show the popup.
One workflow that triggers every time the image source is not empty. The actions are to wait 1500ms/2000ms, hide said popup, and clear the image source so the workflow is able to re-run.
1 Like
hi thekeybeats2
thx for the suggestion - was playing around with different variations (CE, Do when condition is true…) but haven’t found a way to ‘trigger every time the image source is not empty’ (but have only used ‘Only when image / x is visible’)
am i missing something basic?