Forum Discussion
QuickBaseJunkie
Qrew Legend
7 years agoYou could try using the NextURL at the end of your formula such as:
& "&NextURL=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=er&rid=" & [Record ID#])
However, I have heard from others of odd behavior with their buttons on mobile, but it's worth a shot.
-Sharon
& "&NextURL=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=er&rid=" & [Record ID#])
However, I have heard from others of odd behavior with their buttons on mobile, but it's worth a shot.
-Sharon
BullseyeBullsey
7 years agoQrew Cadet
Thanks Sharon. Any way to find the record ID of the newly created record?