Jul 22, 2024 06:13 AM - edited Jul 22, 2024 06:18 AM
Fairly new to Airtable, so big picture question:
Help please! 😂
Jul 22, 2024 06:24 AM
Hello,
I order do to that you need to define an automation that could be triggerred by a click on a button or any other event on your master list such as a checkbox field taking the value "True".
Action of this automation would be "Create record" on the table "Inventory".
Regards
Pascal
Jul 22, 2024 11:27 AM
So I've just attempted to do this - fail (probably user error).
Basically I'm trying to create an interface for the master list which is searchable by one field. when that single field is shown, clicking the button will re-create the same record in the inventory table.
Jul 23, 2024 01:36 AM
Hello,
You have to create an automation with the trigger "when a button is clicked":
You can then add a button in an interface and select the action "run an automation":
button is the name of the automation in my example.
Note that running an automation when clicking a button is not possible with all interfaces types (for this exemple, interface page is "record review" page).
Once you have set the button, go back to the automation to add required actions:
Note that it may be more confortable to add a checkbox type field in your Master table and to use a list type interface page to expose records from your Master table.
Automation to create a record in Inventory table could then be triggerd when the checkbox is checked in the list.
Regards
Pascal