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 Automate / Request for Assistance...
Power Automate
Answered

Request for Assistance with Power App ComboBoxes - JSON

(0) ShareShare
ReportReport
Posted on by 15

I have a question about MS Power App. I have a data source from a SharePoint list with three columns (PRJ, BT, EB). In the Power App, I have a window with three ComboBoxes. The first ComboBox reads all PRJ data.

The second ComboBox reads the resulting values from the second column BT. I use following code in "Items" -> ForAll(Table(ParseJSON(varJSONTest)),{cc:ThisRecord.Value.BT}) and it works fine.

From there, I select only one result. The third column EB should then offer me the options to choose from. Again, I select only one option.

The content of the third EB column in the SharePoint list looks as follows -> {"BT":"0","EB":"0"},{"BT":"21","EB":"1OG"},...

 

What should the code for the last ComboBox look like? Does anyone have experience with this?

I have the same question (0)
  • perez1 Profile Picture
    15 on at

    Hi,

    I have tried the following code

    ForAll( Filter( Table(ParseJSON(varJSONTest)), cc.BT = selectedBT && cc.PRJ = selectedPRJ), {cc: ThisRecord.Value.EB} )

    but unfortunately without success.

    Note that the selection of the first ComboBox is in a variable called selectedPRJ and the selection of the second ComboBox is in a variable called selectedBT.

    Maybe someone will see the mistake?

     

    Br,

     

  • Verified answer
    perez1 Profile Picture
    15 on at

    We have made it. Now it works...:)

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 103 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 87

#3
trice602 Profile Picture

trice602 63 Super User 2026 Season 1

Last 30 days Overall leaderboard