Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
not tested but I would try
var text URLONE =
& Dbid () & "?act=API_EditRecord&usertoken=b3h8mh_k_c9j3i6gcvnzat8caff9m2qui&rid=" & [Record ID#]
& "&_fid_51=1&_fid_122=" & Today();
var text URLTWO = "https://google.com";
$URLONE
& "&rdr=" & URLEncode($URLTWO)