Pass object to sub-flow
Hello, I have a script action which parses MRVS objects and return a html table string. This works when needed for flows. I wanted to use this also in a email script, so I created a sub-flow which will call the flow script action. (as I cannot call t...