We needed a "quick" way to see that a calendar entry was canceled (in the label, which is a text field named "Short Name") without typing it. (We use a check box to "cancel" the event)
Forgive me, I'm new. This may not be the most elegant way of doing this, and I may have missed something
I built an automation that when the check box is modified,
AND the value of the checkbox is checked (a FIND table with that conditional and the Airtable ID as the record output)
THEN run a script to update the text field (because putting the text and the field was not working in the non-script format)
I added input parameters of recordID (the airtable ID from the find field)
and xText which is the existing text in the field "Short Name"
the script looks like this: