Hi there,
I am struggling with what I assumed would be a fairly easy process to automate although it may well be down to my lack of knowledge. Within a cloud flow, I need to run a child flow based on a variable name. The "Run Child Flow" action only provides a drop-down listing existing flows / custom value as a selection but I am looking for this to be driven from the content of a variable derived in the parent.
For example:
Parent flow is called with a payload: {"childflow": "xxxxx"}
Parent flow performs base logic as required then has a block to execute the child flow, based on the payload property "childflow". I simply want to have a single block to execute any childflow without the need to have multiple if/then or switch blocks to cater for however many child flows there may be.
I can see how the flows are referenced but GUID but cannot seem to get the flow to interpret a variable, as it passes the text defining the variable instead of parsing it and passing it through.
Any ideas please?
Cheers and thanks.
Andrew