Hi guys and gals 🙂
I am a newbie to Airtable, can someone help me out with the script and automation?
I want to populate two fields in the column Notes and Points with the data returning from a web API call using bearer token authorization, but I also need to add the parameters included in Product and Quantity in the API call and filter out specific elements from the json file to be stored in the field Notes and Points.
I have the following columns:
RunWork | Status | Product | Quantity | Notes | Points
RunWork contains the checkbox.
Status is either blank, In Progress, Done
Notes and Points will get populated with json data from an API call.
My logic would be,
If RunWork is checked,
-> Then change Status to In Progress
-> Then populate Notes and Points using parameters in Product and Quantity
When all fields are filled,
-> then change Status to Done
Any help or code example is greatly appreciated!