I’ve implemented a way to add/download contacts to my application and i’m wondering why the Run javascript in the workflow takes multiple clicks for the javascript to run properly. Does anyone have any idea what happening here? Here’s a demonstration!

Have you gone into debug mode to see what happens on the first click @marciano ?
Add ?debug_mode=true to the URL and then run step by step. Maybe that will give some clues 
2 Likes
Thank you! Found the issue. Just changed the trigger on the workflow from button click to on page load.
1 Like