web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Table(ParseJSON(String...
Power Apps
Answered

Table(ParseJSON(String)) not working

(0) ShareShare
ReportReport
Posted on by 125

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

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @romankorchak2 ,

     

    Please try:

     

    ForAll(
     Table(ParseJSON(TextInput1.Text)),
     {
     Name:Text(ThisRecord.Value.Name),
     Age:Value(ThisRecord.Value.Age),
     Active:Value(ThisRecord.Value.Active)=1,
     ReleaseDate:DateValue(ThisRecord.Value.ReleaseDate)
     }
    )

    vbofengmsft_1-1694740534823.png

     

     

    vbofengmsft_0-1694740464396.png

     

    Best Regards,

    Bof

     

  • Verified answer
    romankorchak2 Profile Picture
    125 on at

    Found the way to use it in Concat 

    Concat(Table(ParseJSON(JsonString.Text)),Value.Name , ",")

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard