Pass “reference” data from a parent Flow to a child Flow
If you ever wonder how to do this is the exact time to figure it out together. These are types of user inputs you can pass to a child flow: What I was doing previously is passing a record ID as a Text input parameter then I was querying data using this ID. Like this:…