Is it possible to update al referenced records, when changing the parent record?
I have a table with names of users
and a table with different actions of this users. Where [users] is a ref column to the table
When I change the name of a user in my table , it is changing the ref column in the table.
But it’s not making the same change in the backend google sheet.
Is it possible in a way to make this update also in the google sheet?
For an example of something kinda long these lines, you can check out a sample app I made showing how to copy a signature, timestamp, and email from the parent record into all the related child records.