Personalised Record ID

Hi All,

Is it possible to personalise a record ID? For example, my user profile is currently displayed as:
[https://www.bkbn.agency/assistant-details-photo?recordId=recc2kbJMMvi8AlT2]

However is it possible to have it as:
[https://www.bkbn.agency/assistant-details-photo?recordId=mynamegoeshere] ?

ALSO - how does one access user Record ID’s? I can’t see it anywhere in my Airtable.

Thanks in advance,
A.

To see record IDs:

Create a formula field in Airtable and use the formula RECORD_ID()

2 Likes

Thanks Mark!
Much appreciated - that was easy enough…even for me :slight_smile:

1 Like

Does anybody know if it is possible to personiale the Redord ID?

Something like this:
[https://www.bkbn.agency/assistant-details-photo?recordId=personalisedname] ?

I don’t believe that is possible.

Hi,

Indeed, this is not possible.

Hi,

Not sure if this helps but if your records have a primary field with a name, you can also pass that one in your URL. As long as the field you are filling is a linked field it will automatically turn it into a record.

Make sure to use an encoded URL name (you can do that by creating a new formula column in airtable and type : ENCODE_URL({Primary_field_name}) else you might get some errors.

Really depends on your usecase tho :slight_smile: