I am building a workflow and I have an array of JSON objects stored in a array type variable.
I have created a child flow that accepts the same JSON array as a parameter but I can't pass an array due to limitation on child flow, I have to pass that array as a string.
Is there any way to pass array to a child function as as string or nay other way? Something like JSON.stringify(ArrayVariable) in flow.