How to get this to work: Add a pause before next action, then Run javascript (toolbox)

I’m trying to delay running JS on a page and can’t seem to get it to work. I’m starting by trying to trigger an alert in the JS, so it’s not a problem with my JS.

For some reason, the delay works with other actions on the page. But, the JS never runs after the delay. Any idea what could be going on?

Also, I’ve noticed that an item that hides when it’s not hovered often stays open the whole time during the delay (which is for 60 seconds) so it’s as if it’s running this 1 workflow client-side and ignoring all others until it’s completed.

Anyone have any ideas?

Would it help to schedule an custom event, instead of using the delay action?

1 Like

Just got it working. Used trigger when and referenced a count-down timer to get it working.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.