Hi Super Users,
I need some help to convert the below string values to a array.
Regards,
RK
Hi @Krisslee6
I'm going to be helping you with your problem. I need some more information. The string you want to convert to array is coming from where? it's in a flow right now? Looks like you want an array of employees. To convert the string to a valid array we need to format the string first. Here it's an example to do it.
{ "Employee": [{"Serial No" : "1" , "Email" : "test1@test1.com" }, {"Serial No" : "2" , "Email" : "test1@test1.com"}] }
Thank you for using Microsoft Power Platform Communities.
Community Support Team - Miguel Castro.
If this Post helps, then please consider Accept as solution to help the other members find it more quickly.