Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Users from another list

(0) ShareShare
ReportReport
Posted on by 170

Hi, i have an issue for experts 🙂

 

On my PowerApps Application I have a form with sharepoint item.

There is a Person field inside and I would like to find users from another list (Users)

 

So I change Items to Filter(' users';Code=Label1_5.Text)

Cards Update to:

ForAll(DataCardValue27.SelectedItems As _item;

{
Claims: "i:0#.f|membership|" & Lower(_item.Mail);
DisplayName: _item.DisplayName;
Email: _item.Mail;
Department: "";
JobTitle: "";
Picture: ""
})

 

And Users saves to SP list... but my Combobox cant see this users after saving.
So my DefaultSelectedItems with Parents.Default cant find this "Users"

 

Please Help!

  • CU09100753-0 Profile Picture
    170 on at
    Re: Users from another list

    Not working....

     

    How I understand users saved on field like Claims-User, but Items in Combobox open every User from SP list like another item

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at
    Re: Users from another list

    And if you try:

    ThisItem.'Users' ?? 

     

    OR, if you selected from a gallery,

     

    Gallery1.Selected.users

     

    ??

     

    If you need additional help please tag me in your reply and please like my reply.
    If my reply provided you with a solution, pleased mark it as a solution ✔️!

    Best regards,
    Gonçalo Nogueira

    Check my LinkedIn!

    Check my User Group (pt-PT)!

  • CU09100753-0 Profile Picture
    170 on at
    Re: Users from another list

    I already test it. 

    Creating Combobox inside or Default dont work too that's why I wrote here 🙂

    Even if I create a new combo box, it pulls up the records until I change Items to to Filter(' users';Code=Label1_5.Text)
    And after this changing my parent users disappears

  • Nogueira1306 Profile Picture
    7,390 Super User 2024 Season 1 on at
    Re: Users from another list

    Instead of changing te Items, I would create a new combobox inside...

    But I think that the problem is not there...

     

    Instead of writing in DefaultSelectedItems, write in Default

    And please tell me something

     

    If you need additional help please tag me in your reply and please like my reply.
    If my reply provided you with a solution, pleased mark it as a solution ✔️!

    Best regards,
    Gonçalo Nogueira

    Check my LinkedIn!

    Check my User Group (pt-PT)!

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

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,670 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,011 Most Valuable Professional

Leaderboard