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 / Error compatibility (G...
Power Apps
Unanswered

Error compatibility (GUID , Record)

(1) ShareShare
ReportReport
Posted on by 1,032

Hi everyone; 

 

I have two tables "Audit" and "Checklist" with relationship. The "checklist" table contains "IdAudit" and the unique identifier of the "Audit" table is "RecId". when I try this formula it gives me error of compatible type GUID and record and sign of delegation.

 

LookUp('Cheklist';Gallery1_3.Selected.'RecId '= IdAudit ; Bronze)

 

How can i solve this?

Categories:
I have the same question (0)
  • LaurensM Profile Picture
    12,516 Moderator on at

    @gikidolooking at the error, I expect IdAudit to be a record.
    Is the RecId GUID field available in the record? If so, could you give this a try:

     

    LookUp('Cheklist';Gallery1_3.Selected.'RecId '= IdAudit.'RecId' ; Bronze)

    If your ID field within IdAudit has a different name, use this structure: IdAudit.IdFieldName.

     

    Alternatively, if the Selected record is the same as IdAudit, you could try comparing records:

    LookUp('Cheklist';Gallery1_3.Selected = IdAudit ; Bronze)


    I hope this helps!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Filter('checklist','IdAudit.RecId=gallery_3.selected.'RecId';Bronze)

     

    I hope this help 

  • gikido Profile Picture
    1,032 on at

    @Anonymous  @LaurensM  thank you it work now.

     

    Another question plz 

    in the fonction Patch i have the same error {IdAudit : Gallery1.Selected.RecId}

    How can i solve this?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    hi @gikido 

    can u  share screenshot  error in patch function?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    hi @gikido 

     

    Set(Approvedstatus,"Approved");
    Set(Approvedstatus1,"pending");


    Patch('checklist',LookUp('checklist,ID=Gallery1.Selected.RecId),{
    IdAudit:Approvedstatus
    });

     

     

  • gikido Profile Picture
    1,032 on at

    I have 3 tables "Audit" and "Checklist" and "responses" with 2 relationship.
    the Id of "Audit" is 'IdAudit' the Id of "Checklist" is 'IdChecklist' and the Id of the "response" table is Idreponses.
    The "Responses" table contains the two table ids "Audit" and "Checklist".
    when I try to fill the two Ids at the "answers" table level with the patch function as follows: {'IdAudit ': Gallery1_3.Selected.'IdAudit '} and {'IdChecklist ': Gallery1_3.Selected.'IdChecklist '} it gives me error: Record GUID not compatible

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @gikido 

     

    Set(
    BeforeLeavebalance,
    Gallery1_3.Selected.'IdAudit 
    );
    Set(
    BeforeLeaveApplied,
    Gallery1_4.Selected.'IdChecklist
    );

    Patch(
    Employesdetails,
    {
    ID: LookUp(
    Employesdetails,
    Title = User().FullName,
    ID
    ),
    Title: User().FullName,
    Email: User().Email,
    LeaveBalance: BeforeLeaveApplied,
    LeaveAvailed: BeforeLeavebalance
    }
    );

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
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard