
But I ran into the following error when turning on the flow in Prod:
Turn on failed. Flow client error returned with status code "BadRequest" and details
{"error":{"code":"InvalidOpenApiFlow","message":
"Flow save failed with code 'WorkflowOperationParametersExtraParameter' and message
'The API operation does not contain a definition for parameter 'item/Division_x0023_1ApprovedBy/Claims'.'" }}
PatchItem), the “Advanced parameters” section displays a duplicated/ghost parameter path (this does not appear in the Dev's end). Instead of targeting the proper People field once, I see an auto-generated key like:Division #1 Approved By Claims (maps to item/Division_x0023_1ApprovedBy/Claims)Item.item/Division_x0023_1ApprovedBy.item/Division_x0023_1ApprovedBy/ClaimsBecause of that extra nested item.item/... key, the connector thinks I’m sending a parameter it doesn’t recognize, and the flow can’t be enabled.
Workaround that unblocks me:
Questions: