Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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:
  • mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Record Text Error
    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
  • mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Record Text Error
    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
     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard