Child Flows in Power Automate
Image Source: Shutterstock.com
Jan 2, 2023 10:00 PM

Child Flows in Power Automate

External Blog Post

Hey there! Looks like you’ve stumbled upon this post on Child Flows in Power Automate!

In this Power Automate related post I'm going to go over

  • What child flows are
  • Why and when they come in as a useful practice
  • A prerequisite to making them work
  • How to implement them in your solutions

Mentions to Pieter Veenstra in this post to link to one of his posts on how you can link your child flows up to find the parent flow that triggered them in their run history for even easier debugging and error handling!

Open full article.

Resources

Quickly find the parent from the child flow in Power Automate

When you have used child flows and attempted to debug issues you will have come across the issue where you want to find the parent flow for the failing child flow.

https://sharepains.com/2022/12/09/find-parent-child-flow-in-power-automate/

What are Child Flows

Power Automate (formerly known as Microsoft Flow) is a cloud-based service that helps you automate repetitive tasks and workflows across your applications and services.

A child flow is a standalone flow that can be called from within another flow. Child flows allow you to modularize your flows and reuse common functionality across multiple flows. This can make your flows easier to manage and maintain, as you can update the child flow and have those changes reflected in all of the flows that call it.

To create a child flow, you first create a standalone flow as you normally would, and then save it. You can then use the "Call a child flow" action in any other flow to call the child flow and pass data to it as inputs. The child flow can perform its actions and then return data back to the calling flow using outputs.

https://learn.microsoft.com/en-us/power-automate/create-child-flows