How to Refresh Multiple Child Rows when Parent Row is Updated in Nested Forms

Please let me know how to Refresh Multiple Child Rows when single Parent Row is updated in Nested Forms.

Thank you! 😊🙏

0 1 72
1 REPLY 1


@TotalSolutions wrote:

...when single Parent Row is updated in Nested Forms.


Not sure what this means?

However, I will say this...if you have information that you change on a Parent Form and wish for that data to propagate into Child rows,  then I would recommend the usage of a Virtual Column.

Your Child rows should already have a Ref column that points back to the Parent.   If there is specific Parent details you wish to display along with the rest of the Child row columns, then you would add a Virtual Column and assign it an expression like this:

[Parent Ref Column].[Parent Column Name]

When a Parent row is updated, a Sync will be performed and all Virtual Columns for Child rows will get updated. 

Top Labels in this Space