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.
Below is my code.
Our table is fed by a form that our real estate agents use to track their marketing efforts.
At 8AM daily, we have an automation that runs the following script.
// query for all the records in my ON MARKET table
let table = base.get...
Thanks you @kuovonne
For the time being, I have implemented your last suggestion (human clicking a button in the scripting app) until I figure out how to properly implement some of the suggestions above in an automation.
Bill.French:
Unless you need to update all fields in the target records, you should scope the query to read only the fields required for the process. This will improve performance just a little bit, but it could be significant if the table is lo...