Announcements
Hi,
I have a canvas app with dataverse. I want to make a field editable to only the Owner of the record. For others it must be read only. So need to check if the logged in user is the Owner or not basis that change the DisplayMode.
Regards,
sd
You can use the created by column or owner column from Dataverse to manage the Display Mode in Canvas Apps
Hi, you should be able to use this.
If(ThisItem.'Owning User'.'Primary Email' = User().Email, DisplayMode.Edit, DisplayMode.View)
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 551
WarrenBelz 430 Most Valuable Professional
Valantis 298