web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Patch organizer colum ...
Power Apps
Unanswered

Patch organizer colum Dataverse

(0) ShareShare
ReportReport
Posted on by

Any suggestion on how to patch organizer colum in Dataverse from a Canvas app ?  The organizer colum is a PartyList colum.The colum organizer exist in the apporintment table. If I type in the organizer colum name, there is no suggestion (tested two other colums type PartyList) They dont show either. . But I get suggestion for all other columns.   This is the patch function I want to add the organizer in : 

Patch(
    Appointment;
    Defaults(Appointments);
    {
        Subject: Text_tittel.Value;
        IsDraft:false;
        Schedulestart: DateTimeValue(Lab_L.Text);
        Scheduleend: DateTimeValue(Lab_H.Text);
        Regardig: LookUp(Indicents;Incident = GUID(GUIDIndident.Text) )
       
};
I have the same question (0)
  • Parvez Ghumra Profile Picture
    1,579 Moderator on at

    @Henningso1 I'm not sure how you would achieve this in a Patch function but essentially, the organizer column is of type Party List, which is an Array of Party objects, and each Party object is a reference to a SystemUser objectIn reality, you would probably only have a single organizer in the Array.

     

    Here's a thread which discusses this and a suggestion for some C# code to set this column value, which may or may not help. https://community.dynamics.com/forums/thread/details/?threadid=4188551e-d75c-4e1c-9524-366f13389552

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 721 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 320 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard