Hi,
I am trying to create a repeating row for capturing actions associated with a change management. The issue i'm having is with the complex columns. I get the following error:
This type of argument "action_x0020_owner" does not match the expected type 'record'. Found type 'text'. The formula i have is:
ForAll(ActionCollection, If(!IsBlank(Action),Patch('Change Management Actions List', Defaults('Change Management Actions List'), {Action:ActionC,'Action Owner':ActionOwner,'Due Date':DueDateC, Status:StatusC, Comments:CommentsC, CMMasterIDA: Var3, 'Change Title': Var4})));

See following screenshots for associated formulas


