Hi, @phemanth
I have an array variable stored data like [{globalOfferId:"123",Reason:"xxx"}, ......]. How to convert it to an string?
I have tried your sugesstion
@json(variables('Results'))
Error Mesage:
Cannot fit array into the function parameter string.
the message says, only can pass string to json not array.