zoukankan      html  css  js  c++  java
  • Run a Child Flow with PowerAutomate

    The new Preview feature just released for Power Automate (formerly known as Microsoft Flow) is that we are able to call the child flows from a parent flow and then receive information back from the child flow. This is an amazing functionality that connects us more and closes down the gap between the Dynamics 365 CE Workflow capabilities and Power Automate. 

    This will allow creating and manage better ways to structure and make in smaller bite-size pieces the complexity in the process. 

    On my search for the new functionality, I found out that this is in Preview and have some limitations or requirements that need to be in place before we can use them. 

    These are the 3 things you need to know to Run a Child Flow

    1. We need to fun the Child and Parent Flows in an environment with a CDS
    2. We need to create the Flows inside a Solution, under the environment with CDS FLOWSOLUTION - 3 things to know to Run a Child Flow!
    3. We can send and receive flow detail information using the HTTP Request and Response

    Creating the Child Flow

    Let’s create the child flow first before we can call or run from the parent; in this scenario, I created a simple record in the Lead entity for the child and return the information to the Parent.

    Childflow2 - 3 things to know to Run a Child Flow!Child Flow to Create the Lead Record and return the information on the record.

    After the Child flow is created now we can create the Parent and Run the Child Flow. This is where I encounter another stoping block How that I find the functionality to run the Child Flow? Well, I will tell you!  

    FINDING RUN A CHILD FLOW - 3 things to know to Run a Child Flow!

    Add a new Action on the flow and select the Build-in actions when selected then click on the Flow icon and that will give you the only action to Run a Child Flow.

    RUN A CHILD FLOW - 3 things to know to Run a Child Flow!

    The final parent flow is just only 3 steps in my scenario and then we can see that I create a button flow to run at any time, then run the Child flow, and finally sent a mobile notification. a simple and easy test

    PARENTFLOW1 - 3 things to know to Run a Child Flow!

    Hope this will help you create your own implementation and scenarios for Running Child Flows!

  • 相关阅读:
    webpack篇
    js 中对于this 的理解的 经典案例
    AMD、CMD、CommonJs和es6对比
    vue import异步加载js
    vscode 保存自动 格式化eslint 代码
    git设置
    面向对象的三大特性之继承
    面向对象 类与对象及其属性与方法 类的组合
    hashlib模块 hash算法
    configparser模块 配置文件的解析操作
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/15802545.html
Copyright © 2011-2022 走看看