I am new to the scripting platform and what im trying to create is a button that will trigger a script that does the following things.
-
Look at Table - I got this working
-
Look at View - Got this working
-
Results of all Records - i think i have this working via await view.selectrecordsAsync();
-
Run Loop for ‘X’ number of times. Inside this loop i want to update a specific field (for instance Checking a checkbox)
So basically i want to click the button, it goes to a certain view within a table and updates a field of about 100 records, then it will stop.
