The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I am trying to write a script triggered by a record update. I want the script to compare the value that was in the record before the change to the changed value. Depending on what the value was before to what it is now I’m going to do different thing...
So i saw your question and thought I would try and figure it out and was able to make it work based on your description.
create automation with a trigger of “When a record is created”. Select your orders table for the table dropdown.
In the actions...
Im not really interested in tutoring but i feel your pain so im sharing snipets of my scripts that should help you set up php api calls to airtable. hope this helps.
<?php
//plese reference airtable api that you can find by going to your airtable ba...