Apr 26, 2024 09:39 AM
Objective: I am trying to create an Airtable automation that triggers a script to increment a "Revision Number" field each time a button is clicked. The button is configured in an Airtable interface.
Expected Behavior: When the button is pressed, the automation should trigger a script that receives the record ID as an input variable. The script should then fetch the record from the "Quotation" table, increment the "Revision Number" by 1, and update the record.
Issue Encountered:
Steps Taken:
Additional Context:
Assistance Requested:
Solved! Go to Solution.
Apr 26, 2024 08:11 PM
You don't show if you are passing in the input variables so my guess is that is missing. However, you don't need code to do this. Example Base
Apr 26, 2024 08:11 PM
You don't show if you are passing in the input variables so my guess is that is missing. However, you don't need code to do this. Example Base
Apr 26, 2024 10:52 PM
How did I not see this 🤦🏻♂️ Thank you so much Dan! You saved me how many hours of researching on another answer