Hi @justin!
Great. Thanks!
Sounds like I need to use this answer here to do the thing: Send data from one JavaScript Query to another
Here is my understanding of the steps:
- Form1 auto-populates with selected table row data
- User adds/modifies form data and hits submit
- JavaScript Query runs, manipulates some data, triggers other queries, completes (successfully)
- On successful completion JavaScript Query triggers a Google Sheets Update query, passing in the data needed to identify the row, columns, and updated values for those columns
- Google Sheets Update query runs, updating the Google Sheet with passed values
- Google Sheets read query reruns to get newly updated data
- Table refreshes, showing updated data
Is that about right?