Hi
I have a weekly calendar and the user can create a new week and add all the users into that week from a SharePoint List - what i want then to be ale to so is if then the user adds a new person to the list i would like the DropDown to only show the users to select if they have not been added to the week within that gallery and not show all users.
Solved! Go to Solution.
To assist, more information is needed. Where is your user list stored, where is the "already added" user list?
To provide basic pseudo code you could do something like Filter( userList, Not( name in alreadyAddedUsers ) ).
Without more specifics I cannot provide and more detail.
Regards,
-S
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
To assist, more information is needed. Where is your user list stored, where is the "already added" user list?
To provide basic pseudo code you could do something like Filter( userList, Not( name in alreadyAddedUsers ) ).
Without more specifics I cannot provide and more detail.
Regards,
-S
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
thanks think that as fixed it, my solution is 'Filter(collection, Not(FieldName in gallery.AllItems.FieldName)'
User | Count |
---|---|
253 | |
125 | |
106 | |
50 | |
49 |