Hi All.
I have a case where i was able to retreive flow's actions names into array, now I need/want to make "Apply for each" action where for each action name, flow will fetch this action's data (input, output, etc. - depending on which function will be used actions/result).
However I'm not able to pass action's name dynamically to these functions (for example: actions(items('Apply_to_each')) or actions(item()?['Action_Name']). Is it possible to pass dynamic value as parameter to functions: actions, result?
Thanks in advance.