Idea Summary Sometimes we need some delay between the 2 actions. Currently, we are using javascript timeout
Use Case Create delay between 2 processes/Actions.
Preferred Solution (Optional) Option to select Delay in action and set value in seconds.
As long as this isn't built into APEX, try using the free FOS Timing Actions Plugin: https://fos.world/ords/f?p=10000:1060
It also supports Debounce and Throttle, next to Delay
It would also be handy to be able to delay the standard page submit.
Use case: an On Change DA fires when the user tabs out of the item, but also runs when the user goes straight to the Save button to submit the page. The submit should wait for the DA to finish.
Absolutely needed, very common use case and would be nice having the possibility to do this declaratively.