
Announcements
First time working with a managed solution, one challenge after another. I've figured the rest out, but up till now I've been unable to actually turn one flow on. Even though I had set the run-only user settings to use the defined connection references, it reverts to 'provided by end-user' once imported. Annoying, but easy enough to change manually. Oddly, my other child flow retains that.
But the main issue at hand here is this child flow-
My dev environment on the left, and after importing to prod (in a different tenant) on the right.
I'm unable to turn the flow on, getting
Your flow could not turn on: SyncroSync - ReOpen. Error: 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/AddedBy/Claims'.'."}}".
The data in those fields is passed in from the parent. Why is it creating those different fields after importing?
I'm at a loss here, any input would be appreciated.