Set a variable and use it for subsequent "Delay next action" actions

I added something that might help with such stuff in 5.400 alpha. You can now transform any action sequence to a "Run Real Java Script" action by selecting the actions and choosing "Transform to Java Script:

To get a number variable you'd use

let variableValue = await get_number_variable("variableName")
3 Likes