Skip to Main Content
Feature Request FR-1985
Product Area Application Builder
Status DELIVERED

46 Voters

Dynamic Action for Delay or Timer

awais majeed Public
· Sep 22 2021

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.

This has been delivered in Oracle APEX 22.2!

Comments

Comments

  • peter.raganitsch OP 3.9 years ago

    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

  • ino.laurensse OP 3.9 years ago

    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.

  • gabriel.diaz.arias OP 3.8 years ago

    Absolutely needed, very common use case and would be nice having the possibility to do this declaratively.