Hi Community Members,
I am trying to create a Power Automate flow to bulk delete all dataverse records from a table. This table does not have any relationships with other tables and therefore, this needs to be a simple bulk delete operation.
I am using the "Perform an Unbound Action" with Action Name "Bulk Delete" to delete the records. I am receiving the following error:
Request to XRM API failed with error: 'Message: Flow client error returned with status code "BadRequest" and details "{"error":{"code":"InvalidOpenApiFlow","message":"Flow save failed with code 'OpenApiOperationParameterValidationFailed' and message 'Input parameter 'item' validation failed in workflow operation 'Perform_an_unbound_action': The parameter with value '\"[systemusers(826339ed-cc30-ec11-b6e5-000d3a5b4133)]\"' in path 'item/ToRecipients' with type/format 'String' is not convertible to type/format 'Array'.'."}}". Code: 0x80060467 InnerError: '.
It looks like flow is looking for a value that can is convertible to Array. Has anyone tried this and can help me fix this issue.
Thanks in Advance!