Skip to main content
Solved

How to retrieve the direct link of the Gallery Cards

  • October 20, 2020
  • 2 replies
  • 21 views

Forum|alt.badge.img+2

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?

Best answer by Kamille_Parks11

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()

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

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()


Forum|alt.badge.img+2
  • Author
  • New Participant
  • October 20, 2020

Hi Kamille,

It works perfectly. Thank you very much for your suggestion.