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 / [Canvas]IsType/AsType ...
Power Apps
Unanswered

[Canvas]IsType/AsType not working, breaking app

(0) ShareShare
ReportReport
Posted on by

After dealing with the cluster**bleep** of patching a record, I'm now dealing with the next problem caused by MS' inability to create anything that resembles remotely sensible software.

 

I can't look up the bloody **bleep**ing owner of a record. I have a combobox that selects a record that has an owner field. Looking at MS' craptastic documentation you have to do something like this:

 

If(
 IsType(
 ComboBox1.Selected.Owner,
 Users
 ),
 "user",
 "team"
)

This works, if I select an item in my combobox the output changes to user.

 

Next I tried this as per MS "docs" (use that word in the loosest sense):

If(
 IsType(
 ComboBox1.Selected.Owner,
 Users
 ),
 AsType(ComboBox1.Selected.Owner, Users).'Full Name' ),
 "team"
)

 Which results in your whole app breaking. The Combobox doesn't work anymore. Remove the code/textbox doesn't recover the app either. You need to reload the whole goddamn browser to get it working again. That tells you something about the amount of QA MS does...

 

All I want is to lookup the bloody owner record so I can patch is. But no, MS just had to design this in the most assbackwards way they could possible think of.

 

tl;dr need to lookup the user of ComboBox1.Selected.Owner.

Categories:

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard