Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Reference child column value from parent

I’m adding rows to a child table.

I’d like after i add a new row in the child, that a value from this child record updated a value in the parent record.

Regards
Suren

0 3 504
3 REPLIES 3

Your best bet currently is going to use the INPUT() function to update your parent table. See the following post.

Thanks for citing my post, @_redline

Steve
Platinum 5
Platinum 5

If the new row is added by saving a form, you can configure a Form Saved event action to perform an action that updates the parent.

Alternatively, you can create a bot that reacts to new child rows by updating the parent row.

See also:

Top Labels in this Space