5. Append every container action inside your flow to the filter in the catch-scope (see screenshot below). Container actions can disguise errors within them. Therefore, each container action should be added to the 'From' formula in the filter results action in the catch-scope. By default, all existing container actions are already added to the default formula. The formula is ```union(coalesce(result('Scope_-_Try'), createArray(null)), coalesce(result('Scope_-_Prepare'), createArray(null)))```. To add an action to this formula, simply add ```coalesce(result('{NAME_OF_CONTAINER_ACTION}'), createArray(null))```. Container actions are: scopes, conditions, switches, apply to eaches and do untils.
0 commit comments