Questions tagged [multiple-values]
A field or element containing more than one "item" of data. This can also be a property of code elements such as CAML queries that return more than one item.
131 questions
0
votes
0
answers
14
views
How to create Group By column that contains multiple values?
Need help on how to group by column that contains multiple values. Ideally for those with multiple values i would want to see the same files in each group.
Or if theres a way to embed a code?
0
votes
1
answer
318
views
Create multiple SharePoint list items from a single entry form (repetitive items)
I have a project where I need to track a document development process, sometimes different tasks are assigned to a single person, and multiple reviewers
The idea is for the form to capture all the ...
0
votes
1
answer
6k
views
Power Apps form with modern Table is not displaying values of multiselect choice fields
I added a modern table control to a Power App form. The table is connected to a SharePoint Online list, which only has some test data rows so far. The multi select choice fields which allow multiple ...
0
votes
1
answer
48
views
Filter SharePoint multiselect choice column via react query
I have a column in my SharePoint list, named "Catégorie", that is a multiple choice column, where I have multiple options "Option 1", "Second Option" etc.
How should I ...
0
votes
1
answer
119
views
How can I make sure a calculated value is unique within a sharepoint list
I have a list with different columns, those columns at the end output a final column that is calculated concatenating those column values.
I want to make sure that, when someone creates a new item in ...
0
votes
1
answer
99
views
Looking for a user-friendly way of bulk adding new keywords to a multiple-selection field, but without overwriting existing keywords
Basically, I'd like to take a list of items that already have tags applied to them like this:
Item
Keywords
Item 1
red, blue, green
Item 2
red
Item 3
blue, orange, purple
Item 4
green
The let the user ...
0
votes
1
answer
2k
views
PowerApps Form - Multi Select People Picker Field - How to split these values into two separate Text Labels
I have a PowerApps form (customized SP form), where I have a multi-select people picker field (Approvers) - The user may select up to 2 Approvers. I also have two text labels beneath it. I want to ...
0
votes
1
answer
44
views
SharePoine List Validation Issue
Good afternoon,
I have a list where based on what the user selects for a business line they are presented a choice field for activities related to that business line. A flow then populates a generic &...
0
votes
1
answer
2k
views
PowerApps SP Form - Multiple Attachment fields
I have a SharePoint list form (customized with PowerApps) in which I have a requirement for multiple attachment fields on one form. Basically my form has an Intake section, and 2 Approval sections - ...
0
votes
1
answer
977
views
Power Automate - Send an email to multi-select people picker value(s)
I have a Power Automate flow that triggers when a Form (PowerApps) is submitted to sharePoint. One of the columns is a multi-select people picker (Other Approvers). So if the requestor wants to add ...
0
votes
1
answer
1k
views
Visible based on 2 different Data Cards
I have 2 Data Cards.
Updated the "Visible' property for my field to:
If(DataCardValue1.Selected.Value="New" || DataCardValue2.Selected.Value="Yes, true, false)
DataCard3 message ...
0
votes
1
answer
1k
views
How to write multiple conditional formula (39 conditions) for 7 columns in Sharepoint
first, I must thank you all for the tips for new people who want to learn more on SharePoint to optimize their business.
I'm trying to find a solution to write expanded conditional formula according ...
0
votes
1
answer
1k
views
Update multi-value lookup column with Flow
I have two list:
Item List: contains beside the item name a column "item short" with a shortened string as our internal item registration text.
Main list: used like an inventory list. The ...
1
vote
1
answer
2k
views
How do you set sharepoint user field to allow multiple users with powershell
How do you set sharepoint user field to allow multiple users with powershell?
Add-PnPField -List $RecordListName -DisplayName $fieldName -InternalName $fieldName -Type User -Required -...
0
votes
1
answer
167
views
How to separate lookup column selected items with "X"?
I have a SharePoint Lookup column with multiple choices, as follows:
Apple
Orange
Strawberry
Watermelon
How can I populate a different column by separating the choices with "X", as follows:
...