I have a Child Table. In the Form View I set Event Action - Form Saved to an Action that sets a column to a specific value. Works fine. But when I add an entry in the parent table and also add a child record, then the Action is not fired. Am I missing something?
Form Saved action is only applied in top level forms. This is due to actions more generally not being supported within forms (with the top level form, the action runs after the form session has ended). We are in the process of infrastructure changes that should eventually enable actions to work within forms.
Has anyone come up with a workaround for this? I have a looped behaviour that I need executed on a child form. Automations won’t work on account of the loop.