Update Parent (Status) after Child (Status) Changed

Hello,

Can someone please help me?

I have a Production table (Parent) and it has a “Micro Status” column. And I have a Micro table (Child) and it has a “Micro Status” column as well with values “Approved” or “Hold”. If I change the value of my Micro Status in the Micro table (Child) to “Approved”, I would like to see the “Micro Status” column in the Production table change too.

1 Like

If [Micro Status] column in the parent table is real column you could use reference actions or if the [Micro Status] column in the parent table is a VC you could use an expression.

Sample app for reference actions Reference Actions - AppSheet from the help article Get started by using the feature samples - AppSheet Help