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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Apps
Unanswered

Help with Json

(0) ShareShare
ReportReport
Posted on by 94

I'm trying to use the following code and I can't make it to work as it refuses to group by 

It does not recognise the dev- columns 

 

Initially, the data was stored in a dataverse table but I'm trying to workout the code with a sharepoint list with the same schema

 

Any support Please

 

Substitute(
Substitute(
Substitute(
Substitute(
JSON(
    Table(
        ShowColumns(
        Filter(dataGroups, IsBlank(nested) && !IsBlank(id) && !IsBlank(content)),
        id,
        content
    ),
    DropColumns(
        AddColumns(
            GroupBy(
                ShowColumns(
                    Filter(dataGroups, !IsBlank(nested)),
                    id,
                    content,
                    nested,
                    visible
                ),
                dev_id,
                dev_content,
                dev_visible,
                dev_nested
            ),
            nestedGroups,
            "["&Concat(
                dev_nested,
                """" & dev_nested & """", ","
            )&"]"
        ),
        dev_nested
)), JSONFormat.IndentFour
)
,"dev_",""),
"\",""),
"""[","["),
"]""","]")
Categories:
I have the same question (0)

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 759 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 310 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 228

Last 30 days Overall leaderboard