Hi all,
I have the following hierarchy in my data tables: Commitment > Mission > Practice > Reflections.
I have a scenario where I want to change a mission from one commitment to a different commitment.
I then want to be able to run a workflow to gather all the grand-child and great-grand child records and automatically update them to the new commitment ID.
In order to do this in appsheet, I imagine I need to run a select list of all child records
-
practices with the commitment ID before value
-
reflections with the commitment ID before value
And then update them with the Commitment ID after value
Is this the most efficient way to make this change app side?
I could really use help coming up with the actions, workflow and expression to execute this.