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!

  • 相关阅读:
    SQL Server, Timeout expired.all pooled connections were in use and max pool size was reached
    javascript 事件调用顺序
    Best Practices for Speeding Up Your Web Site
    C语言程序设计 使用VC6绿色版
    破解SQL Prompt 3.9的几步操作
    Master page Path (MasterPage 路径)
    几个小型数据库的比较
    CSS+DIV 完美实现垂直居中的方法
    由Response.Redirect引发的"Thread was being aborted. "异常的处理方法
    Adsutil.vbs 在脚本攻击中的妙用
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/15802545.html
Copyright © 2011-2022 走看看