Yep, we know how to go crazy on New Years Eve. It's ok, I'm three beers in and it's still 3 hours to the ball drop.
In a word. No. That would take an actual JavaScript Code Page.
There is syntax we use however to execute a single URL and then delay the refresh for X seconds. You chose X long enough to allow the Automation time to complete. Typically that's a second or two.
Here is the syntax for a 2000 millisecond delay. (2 seconds)
var text URL = ... a singe API goes here.// slow refresh"javascript:" &"$.get('" & $URL & "',setTimeout(function(){" &"location.reload(true);" &"},2000));" & "void(0);"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------