Forum Discussion

TrishWehrle's avatar
TrishWehrle
Qrew Cadet
4 years ago

formula to refresh dashboard

I have a button on my form that checks a box (which does some automations), saves the record, and redirects to the dashboard. The problem is when you land back on the dashboard the automation isn't quite done so it doesn't look like the change has taken. Is there a way to add onto my formula to redirect to the dashboard and then refresh it?

URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=xxxxxxxxxxxxxxxx" &
"&_fid_35=1" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid())

Thanks!

------------------------------
Trish Wehrle
------------------------------

1 Reply

  • There is code is can supply to refresh the record after a delay of x milli-seconds, but I don't know if a way to deal on a redirect.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------