Using Power Automate Desktop on single machine:
I have, say, 3 desktop flow A, B, and C, each with input parameters;
my process will start from flow A, then it will call flow B using the "Run Desktop Flow",
and inside flow B it will further call flow C.
My problem is that flow A is calling flow B normally, but inside flow B it will "possibly" fail to call flow C.
After searching for a while I can't find a clear explanation and solution, so making this post here~
* I suspect it may be related to the "dependency flow limit", but I can't find a formal calculation method of that.
* by looking at the error message from flow C during runtime test, it turns out that some parameter not passed correctly (blanked in flow C, but absolutely having certain value in flow B)
* checking that the "Run Desktop Flow" block details, weirdly the setting of the input and output variables of wanna-run desktop flow is not displayed, I do have set them up before, that time they are displaying normally, but now they are not so I can't check them out again...
(missing parameters)
(error due to blanked input variable which should be passed to other desktop flow)
Sincerely