Hello,
I am studying Airtable, and wonder if this can be done.
Basically I have a Grid of data in Data. I want to present this data in Interface, either using selected columns or the whole lot of data.
I want to add a button to the right of each data row.
Clicking on this button will trigger Automations.
This automation will bring up a Lightbox (of something similar) so that the user can type in some text. The script will then inject the phone number (one of the columns) from the row selected into the text.
The Lightbox will have another button labelled "Send message". Clicking on this button will trigger a curl command and POST something to an external SMS gateway.
Is this possible at all?