When i created a scenario when a new/updated record in Airtable, I mapped the data to send the message to Telegram.
Two fields I am getting field id instead of the record name
. Those two fields are Linked to another record field and Lookup field.
1 Like
Hi Srinath,
You are reading the content of the linked field which is why you are seeing the Airtable record id showing up
Basically you will have to add a lookup field for the linked record and then fetch that lookup field with Make to get the actual content of the field.
1 Like