当我保存需要调用子流的流时,我收到一条错误消息,表明该流在不同的订阅中。错误消息表明我需要移动订阅,但是,在 Power Automate 中无法执行此操作。
我试图理解为什么当:
- 此流和它调用的子流都在同一个 Power Platform 环境中
- 它们都在同一个解决方案中
- 其他流能够成功调用这个相同的子流
我能想到的唯一与此流程不同的是,它是由我在同一解决方案中对另一个流程执行另存为创建的。这可能是问题吗?
错误信息
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 'WorkflowUnderWrongSubscription' and message 'The child workflow '{workflowIdWasHere}' must be under the same subscription as the parent workflow.
有任何想法吗?或者这里的 Power Automate 有问题吗?