Hi All
I have following string
[{ "Name": "Heba Kamal" ,"Age": 22, "Active":false,"ReleaseDate" : "2022-09-01"},{ "Name": "samerKamal" ,"Age": 27, "Active":true,"ReleaseDate" : "2022-09-21"}]
which I am trying to convert to a Table via ParseJSON (Table( ParseJSON(Label3_1.Text)), as per https://devoworx.net/powerapps-parse-json-examples/ ) but its not working, I am just getting a table with one column "Value" and question mark for each row.
Any ideas what could be wrong here?
Thanks