Sep 13, 2023 12:00 AM
Hello community, I would like to add a record ID to the end of a URL using a formula field. It would look like this:
https://www.movementplus.app/course-overview?recordId=Record-Id-Goes-Here
Can anyone please help me achieve this?
Thanks in advance!
Solved! Go to Solution.
Sep 13, 2023 12:24 AM - edited Sep 13, 2023 12:26 AM
Hello @MovementPlus ,
There's a RECORD_ID() function.
"https://www.movementplus.app/course-overview?recordId=" & RECORD_ID()
This is Airtable's record ID, correct?
Sep 13, 2023 12:24 AM - edited Sep 13, 2023 12:26 AM
Hello @MovementPlus ,
There's a RECORD_ID() function.
"https://www.movementplus.app/course-overview?recordId=" & RECORD_ID()
This is Airtable's record ID, correct?
Sep 13, 2023 06:13 PM
Awesome! Thanks so much Sho 🙏
Yes correct, it's Airtable's record ID.