Here is the flow that has a "Catch" block from which I am trying to take the values and pass them as the payload to another flow called from this flow(both are in same file)
These are the values I want to grab from the Catch to pass to another flow
And this is how I pass it as array
Now here is the "Catcher" flow that is expecting the payload
And this is the Log append file that is supposed to print the values but the values are NULLs for some reason. Can somebody explain why?