Skip to main content

Notifications

Power Apps - Error Handling
Unanswered

Dealing with nested and deep nested Json string to convert it into Table Collection

(0) ShareShare
ReportReport
Posted on by
Hey Everyone, I am currently trying to convert the Nested and deep nested Json string into collection table, below I'm providing dummy data which is similar data that I'm dealing with
 "reportedWagesComparison": {
                "@valid": "true",
                "contributionReportAmountPaidRecords": {
                    "@valid": "true",
                    "qtr1Amount": "546.00",
                    "qtr2Amount": "5.37"
                },
                "contributionReportTaxableWagesDeptRecords": {
                    "@valid": "true",
                    "qtr1Amount": "20000.00",
                    "qtr4Amount": "0.00",
                    "qtr3Amount": "0.00",
                    "qtr2Amount": "12000.00",
                    "ytdAmount": "32000.00"
                },
                "fein": "347987897",
                "grossWagesPerDetailReportDeptRecords": {
                    "@valid": "true",
                    "qtr1Amount": "20000.00",
                    "qtr4Amount": "20000.00",
                    "qtr3Amount": "20000.00",
                    "qtr2Amount": "20000.00",
                    "ytdAmount": "80000.00"
                },
                "contributionReportGrossWagesDeptRecords": {
                    "@valid": "true",
                    "qtr1Amount": "20000.00",
                    "qtr4Amount": "20000.00",
                    "qtr3Amount": "20000.00",
                    "qtr2Amount": "20000.00",
                    "ytdAmount": "80000.00"
                }
how to convert this data into table collection

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,475

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,767

Leaderboard

Featured topics