流无法使用子流,因为尽管它们位于同一解决方案中,但它们位于不同的订阅中

Mat*_*ear 5 common-data-service power-automate

当我保存需要调用子流的流时,我收到一条错误消息,指示该流位于不同的订阅中。该错误消息表明我需要移动订阅,但是,在 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.
Run Code Online (Sandbox Code Playgroud)

有任何想法吗?或者这里的 Power Automate 有问题吗?

Tim*_*dge 1

我有同样的问题。我在解决方案外部创建了父流并将其导入,而在解决方案内部创建了子流。我通过在解决方案中重新创建父流来解决这个问题。不知道为什么会“解决”问题。