Forum Discussion
Hi Mike,
Thanks for sharing the code. It's very useful.
Any suggestion to add a "delay" before refreshing? When adding this new record, my pipeline also creates some child records. In order to show the newly created child records in the form and avoid refreshing the form again, is it possible to add "delay or wait" between the saving and loading the current record? Thanks in advance!
------------------------------
Hongkun liang
------------------------------
https://resources.quickbase.com/db/bq8kmgrcq
That is a link to some example code pages someone has made. Look at the example for RunPauseRefresh. I have implememnted that with success. You would run your api call then your redirect would be to that code page, where you can set how many seconds it pauses.
------------------------------
Mike Tamoush
------------------------------
- Hongkunliang2 years agoQrew Cadet
Hi Mike,
Thanks for the link.
The problem is: if without calling the code page, the rid is able to get it in the formula. However, if calling the code page first, then redirecting the current record, the RID is lost since the record is just added.
------------------------------
Hongkun liang
------------------------------