I am trying to create a script to overcome the issue with updating multiple records after a "Find Records" search that yields multiple results.
Automation Trigger: Record from "Packing List" table gets updated to Shipped
Desired Actions:
- Use "Find Records" to search for items on the Packing list that were Available and mark them as Shipped (Some items may be on backorder so I want those to remain as is)
- This search returns a list of the 2 items (in my example) with Available as their status.
- Update the status cell to Shipped.
I am not familiar with scripting so any help on writing this will be appreciated! I know I could complete these with Integromat (Make) but I'd rather keep it local to AirTable and less complicated.