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 / Cannot Compare Record ...
Power Apps
Answered

Cannot Compare Record and Text Error

(1) ShareShare
ReportReport
Posted on by 41

I am creating an app that needs to check a user email and the selection value of a radio button to trigger a flow, but am getting the error "Incompatible types for comparison. These types can't be compared: Record, Text" about the '=' for the "Radio2.SelectedText = "Yes" " part of my formula. 

Radio2 is a choice field in the connected SharePoint List. 

Here is my formula:

If(
User().Email = "adminbb@switch-lighting.co.nz" && Radio2.SelectedText = "Yes", IndividualProductUnleashedImportFile.Run(frmSimpleProdEditing.LastSubmit.ID)
);

 

How do I fix this error?

Categories:
I have the same question (0)
  • Verified answer
    poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    Try this:

    If(
     User().Email = "adminbb@switch-lighting.co.nz" && Radio2.Selected.Value = "Yes", 
     IndividualProductUnleashedImportFile.Run(frmSimpleProdEditing.LastSubmit.ID)
    )
    

    Try Radio2.Selected.Value instead of Radio2.SelectedText
    See if it helps @Hannah123 

  • Hannah123 Profile Picture
    41 on at

    You're a genius, thank you!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 602

#2
WarrenBelz Profile Picture

WarrenBelz 473 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 310

Last 30 days Overall leaderboard