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!
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
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)!
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
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)!
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473