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 Apps
Unanswered

Record Text Error

(1) ShareShare
ReportReport
Posted on by 55
Hi All,
 
I have two Sharepoint lists.   The Requestors has a field called Division which is a choice field.  On my page in Power Apps I have a field called crdDivision which is a single select combo box.  I am trying to take the "crdDivision" combo box value and match on the "RequestorsDivision" in the SharePoint list...however I am getting an error of "Incompatible Types Record Text".  How do I compare these two.  Can I not compare a Sharepoint choice field to a selected value in a combo box?
 
Thank you in advance...
 
Set(
    varApprovers,
    LookUp(
        ApproversTree,
        ApproversDivision.Value = LookUp(
            Requestors,
            RequestorsDivision = crdDivision.Selected.Value          <<<<<<<<<<<<<<<<<Error is here
        ).RequestorsDivision.Value  && (Value(crdRequested_Value.Value) >= MinAmount   && Value(crdRequested_Value.Value)<=MaxAmount )
    ).Approvers
);
Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey 
     
    can u try this modification please:
    Set(
        varApprovers,
        LookUp(
            ApproversTree,
            ApproversDivision.Value = LookUp(
                Requestors,
                RequestorsDivision.Value = crdDivision.Selected.Value
            ).RequestorsDivision.Value && 
            (Value(crdRequested_Value.Value) >= MinAmount && Value(crdRequested_Value.Value) <= MaxAmount)
        ).Approvers
    );
    
    If the Post help you solve your issue, please mark it as verified answer and give it a like so we can help other in the community with similar issues 

    Greetings
     
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
     
    have you had the chance of trying what i suggested?
     
    if it helped please mark as verified answer so we can also help others with similar issues
     
     
     
    cheers

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard