Hi everyone,
I'm learning airtable scripting and what i want to do is this :
-When a check a checkbox in my table, it run a script which will fetch a webhook. The webhook's url is concatenate with the webhook's url and the recordID.
My script is running well but it concatenate only the recordID from the row 01. Whenever i checked another box from another row...
My question is : is there a solution to concatenate with, my webhook's url, the recordID from the row that i checked the box ?
Here's my script : (a mix of everything I found on the internet)