@Pstork1
Hello Paul,
I've been hoping to hear back from the community on this post for several weeks now so I thought I would try pinging you in hopes you have some advice for me on the question below. I'd be grateful for any help you could offer. Thank you! Teresa
___________________________________________________________________________________________________________________________________
A while back Will Page was trying to give me some advice on how to retrieve and display the Title/Display Names of columns rather than the Static/Internal names. Since I'm so new to Power Automate, I'm having trouble following the guidance that can be found in the link below. Since the post was getting long and my original question was around removing properties, I thought I would start a fresh post.
I've gotten as far as retrieving the display names via a "Send an HTTP request to SharePoint" action and putting the results into a Compose action, but I'm having trouble tying the column display names together with the results of whether or not the column has changed. I was wondering if you could help me get across the finish line.
Solved: Re: removeProperty Object vs Array Error Message - Power Platform Community (microsoft.com)
I'm getting both the StaticName and the Title (display name) back from the Compose step.

But the FilterArrayGetChanges step only returns the StaticNames. I'm not clear on what steps and expressions I need to add to the flow steps below.

Here are the steps I have so far:



I ran the flow and copied the body of what was returned from the "Send an HTTP..." step into a Compose action.
I
The expression in the right hand field is string(':true')


The expression in the right hand field is item()?['StaticName']


Part of the And expression got cut off in the screenshot so here is the whole thing.
(not(equals(item(),'Modified')),not(equals(item(),'PCFormVersion')), not(equals(item(),'CDWHeadsetURL')), not(equals(item(),'CDWKeyboardURL')))



---------