Hi Team,
In my flow I the output of an HTTP request action body is in form of strings i.e
eg: Date,UserId,EnvtId,Istrial
2023-02-11,d4dd6483893,6t3783993,True
2023-01-11,e44dd648383,273t37853,false
I need this output in form of a table or an array so that I can create a table. How can I achieve this? Please guide me.