Forum Discussion
- TylerJablonski1Qrew Trainee
The record ID# field isn't set until the record has been saved for the first time. When you're on an "add record" form, [Record ID#] will return a blank value in formulas. That's why the rid parameter is missing when you use the button from the add form, but it works fine once you've saved it.
There is a workaround for this, at least for rich text formulas, which is to set the
data-replaceRid
attribute to true and use%%rid%%
in place of [Record ID#]: Formula - rich text field properties – Quickbase HelpI've never tried using %%rid%% with a formula URL field, so I'm not sure if it works there too. But it's easy enough to convert your URL field to a rich text field if necessary. Also something to keep in mind is that I believe the %%rid%% needs to be outside of the URLEncode() function to work properly.
------------------------------
Tyler Jablonski
------------------------------- manoharvankiredQrew Trainee
I have to use URL button for the outcome. Is there any other way to fix this one
------------------------------
manohar vankireddy
------------------------------