I want to add like a pause between two actions that are in the same server action.
Stripe action always takes a little longer (especially with web hooks to update the local db), so I wondering if there is a way to add a Pause or delay, before the next Action?
Great thanks @AppleInstalled! Works great. For the benefit of others. You only have to copy the wait.hjson and waitModule.php files into your 'extension > server_connect >modules ’ and restarted Wappler.
It then appeared in the Core Actions.
Thanks @sid you are a legend!