I’ve found the awesome CallFunctionAsync method, that I want to use to trigger a function in another Flow Script, wait for it to end and continue after it.
However, I cannot make it work ๐
When I attach the debugger, I can see in CallFunctionAsync thatย callback parameter is always null. What’s wrong here?