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 / ParseJSON using column...
Power Apps
Unanswered

ParseJSON using column returned to gallery - Dynamics 365 Audit History

(0) ShareShare
ReportReport
Posted on by 35

We are offloading a bunch of our Audit History from 365 to local SQL Server tables.  But we want this audit history, along with audit history that still exists in 365 to be visible from CRM via a power app.

 

So .. simple enough i can add the Audit History table into Power Apps from 365 .. Change Data is a JSON column in there.

 

sgraflund_0-1673887637281.png

 

Now I'd like to get the 3rd column, which is the change data .. into another datatable inside each Item.

 

I'm trying to do this for the Items collection in that subgrid, just one column for now:

 

ForAll(
Table(ParseJSON(ThisItem.'Change Data')),
{
changedAttributes: ForAll(
Table(Value.changedAttributes),
{
type:Text(Value.logicalName)
}
)


}
)

 

error i'm getting is the following:

 

sgraflund_1-1673887772300.png

 

 

Any ideas?

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 404

#2
timl Profile Picture

timl 344 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

Last 30 days Overall leaderboard