Action on Parent when child is added
In the Parent table I have a Y/N column [children?]. When I don’t want to add children I set it to “N”. But later after adding a child, the [children?] column should be set to “Y”. How can I do this? With an Action? Or only via an API call?