Oct 19, 2020 08:32 PM
Hi there,
I found that when I read the gallery cards in the share view, there is a unique URL link for each card. May I know is it possible to retrieve the direct URL link of each gallery card? If yes, how?
Solved! Go to Solution.
Oct 19, 2020 11:33 PM
You’ll notice the last part of the url is the record id. So copy everything before rec...
into a formula field and add RECORD_ID()
to the end.
"whatever the front part of the url is" & RECORD_ID()
Oct 19, 2020 11:33 PM
You’ll notice the last part of the url is the record id. So copy everything before rec...
into a formula field and add RECORD_ID()
to the end.
"whatever the front part of the url is" & RECORD_ID()
Oct 20, 2020 07:11 AM
Hi Kamille,
It works perfectly. Thank you very much for your suggestion.