I was wondering if there is a way to fetch data of all automations that are created in my account, as well how many times they were ran. I tried to find an API for this, but didn't found.
I am creating a project and I will try to use API withing Script in Automation to add comments to records. https://airtable.com/developers/web/api/create-comment
@Al_B @Jed_Davidow , maybe you could use the Script extension and run the code session.currentUser.nameThis code will pull the current user name. So you could use update record function to insert this current user name into this field.
I have several automation that creates and updates records fill in Attachment field, with image, video and PDF, I have this record being created/updated with Script and with Create/Update Airtable actions, and I never got any issue.I suggest you crea...
@IrisA , you'll have to create two tables. One of them will be the one that will limit the number of records created via form.The table A will be your main table, where the records will be created and where you'll have the form.Then you create table ...