Skip to main content

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.

Filter by
Sorted by
Tagged with
0 votes
0 answers
18 views

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?
Usman Ahmad's user avatar
0 votes
1 answer
339 views

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 ...
luis saenz's user avatar
0 votes
1 answer
6k views

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 ...
Qudsia's user avatar
  • 13
0 votes
1 answer
53 views

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 ...
serge's user avatar
  • 133
0 votes
1 answer
138 views

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 ...
Alan Castillo's user avatar
0 votes
1 answer
114 views

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 ...
slightlyconfused's user avatar
0 votes
1 answer
2k views

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 ...
Quilly's user avatar
  • 507
0 votes
1 answer
51 views

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 &...
MofEnticer's user avatar
0 votes
1 answer
3k views

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 - ...
Quilly's user avatar
  • 507
0 votes
1 answer
1k views

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 ...
Quilly's user avatar
  • 507
0 votes
1 answer
1k views

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 ...
Emma Buchanan's user avatar
0 votes
1 answer
1k views

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 ...
Shahrooz Hamedi's user avatar
0 votes
1 answer
1k views

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 ...
Der_Fab's user avatar
  • 307
1 vote
1 answer
2k views

How do you set sharepoint user field to allow multiple users with powershell? Add-PnPField -List $RecordListName -DisplayName $fieldName -InternalName $fieldName -Type User -Required -...
Katie Freeman's user avatar
0 votes
1 answer
172 views

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: ...
John Wick's user avatar
0 votes
1 answer
458 views

In my Sharepoint Online list I have a column formatted as multiple checkbox selection. It works as it should, when I click on some checkbox it is showed on the list. However, I would like to have a ...
Cnapan's user avatar
  • 1
0 votes
1 answer
3k views

I am calling the SP API to get the version history of an item in my list as follows: _api/web/lists/getbytitle('@{triggerBody()?['SPListName']}')/items(@{triggerBody()?['SPListID']})/versions?$top=20 ...
Mohsen Sichani's user avatar
0 votes
1 answer
134 views

I have a field in my infopath form which allows a user to select multiple offices for a user to have access to. This infopath form feeds a sharepoint list where processors can work requests for ...
NHAATAJA's user avatar
1 vote
2 answers
36 views

I am creating a list item using the code below: var context = new SP.ClientContext.get_current(); var dfd = $.Deferred(); var targetList = context.get_web().get_lists().getByTitle(listName); ...
entryton's user avatar
  • 332
2 votes
1 answer
1k views

I'm using a SharePoint lookup column that has a multi-select choice field. When 2 or more values are selected for an item, it is displayed in the view like this: Value1;Value2;Value3;Value4;Value5;...
MO Mickes O'Toole's user avatar
0 votes
1 answer
3k views

I have a person or group column in SharePoint 2013, and I want to set multiple values. When I set its value like 1;#pallavi it's working, but for multiple values like 1;#pall;#2;#shee, it's not ...
pallavi prasad's user avatar
1 vote
0 answers
60 views

In a SharePoint 2013 workflow - I have an initiation Parameter called "Reviewer" this is a Person or Group type and it is set to allow multiple values. I have the task participants set to the ...
user89537's user avatar
0 votes
1 answer
220 views

I'm able to connect to a SharePoint 2019 list using the listdata.svc service. Problem is, if the control for a column is of the "Choice" variety, with multiple selections allowed, the data stored in ...
Steve Israel's user avatar
0 votes
1 answer
2k views

I am not very familiar with editing a SharePoint site but have been tasked with creating a tracking log of sorts. Currently, I have created two columns in the list for which I would like to relate to ...
tssndo's user avatar
  • 1
2 votes
3 answers
3k views

I have a CSV file which contains semicolon-separated Values to a certain field: Reviewer domain\userOne;domain\userTWO In PowerShell (CSOM - executed on my local computer) I am grabbing this data and ...
SteffPoint's user avatar
0 votes
1 answer
904 views

How do I remove a blank checkbox option for a multiple choice column type that allows multiple items to be selected? I am using SP Online. I created a list, with a multiple choice column type, with 3 ...
wisdotpubeditor's user avatar
0 votes
1 answer
148 views

I have a cascading drop down where if I select a value from the parent column, I want the child column to be populated with values from two potential matching columns in the relationship list (i.e two ...
Saz Mifsud's user avatar
0 votes
1 answer
313 views

Here's an interesting one: I have a list where one text column accepts multiple delimited values. (By that, I mean multiple values separated by delimiters.) Is there a calculated feature where I ...
DanJ's user avatar
  • 164
1 vote
1 answer
568 views

Please excuse me for the vaugness, required due to the type of work. I have a list that indicates upcoming work on various items. When the work is finished on those items, drawings need updated. As ...
David Bowie's user avatar
0 votes
2 answers
1k views

how do can we update multichoice column using powershell csom ? we need to update multichoice column for a list any help would be appreciated
Pradeep's user avatar
  • 503
4 votes
1 answer
6k views

I have problems formatting the column of a lookup field with json. Precisely, it is an additional field, displayed from the parent list that I want to format. The lookup field is of type multiple, so ...
OStetzer's user avatar
0 votes
1 answer
76 views

I changed an Edit Form in Sharepoint (included a script editor web part) to enlarge multi value fields list boxes (they were to small in width) and it worked (inserted code snippet). However, if i ...
Nuno Barbosa's user avatar
0 votes
1 answer
304 views

I need to create a form with the following requirements: Needs to be able to accept multiple inputs from multiple users. Save as a draft while other users are still filling form throughout the day ...
C. Jul's user avatar
  • 1
0 votes
1 answer
89 views

How do I send an email through sharepoint which contains a list of multiple values? Basically I want a list of only the items that are pending in the list to be displayed on the email. Here is what ...
vier111's user avatar
  • 145
1 vote
1 answer
803 views

I have a Lookup Column called Region, and a second lookup column of type multi-select called Customer. I want to filter Customers column based on Regions selection. I found SPServices allows to ...
Noah's user avatar
  • 319
1 vote
0 answers
271 views

Context: I'm working as a regular user consuming my company's modern Sharepoint deployment, so my capabilities are pretty limited other than what's available from the GUI. I'm trying to format a ...
TWNA's user avatar
  • 11
2 votes
1 answer
729 views

In SPO, I have a multi-select choice (check box column)column named "Geography" which lists different cities. I also added a choice to the "Geography" column named "Select All", when the value "...
George's user avatar
  • 1,522
3 votes
1 answer
42 views

I am currently stuck. I have a form library with multiple days equaling different values. All the columns that I'm using are extracting information from the submitted form. I'm trying to have an ...
user79982's user avatar
1 vote
1 answer
3k views

I have a custom InfoPath form with Subordinate people picker field where I have to put multiple users to take an action. people picker field accepts only one single value. From the properties i check ...
Arwa's user avatar
  • 135
0 votes
1 answer
31 views

SP2013 environment here. I have a document library that will need to have Manufacture Column (A,B,C .. etc) and a Model Column (Based on Manufacture Column), (like A1, A2, A3, B1, B2, B3, etc) The ...
Community's user avatar
0 votes
1 answer
581 views

USE CASE I want each one of the (3) users -- Marty, Reggie, and Rust -- to be able to click a button in order to dynamically place a check mark on a multiple selection CHOICE field on the Edit Form. ...
TheJDScott's user avatar
2 votes
1 answer
193 views

I'm working on SharePoint 2016 OnPremise, Workflow 2013 and I'm trying to set a MultiLookupField with one ore more values. I tryied to set 1;#2;#3;#4 and 1;#;#2;#;#3;#;#4, or for one single item 1;#;# ...
Emaborsa's user avatar
  • 1,199
1 vote
1 answer
1k views

Is there any way via PowerShell to add data to a multi-value Lookup column instead of overwriting it? For example, the item already has stuff checked off in the Lookup column. Values 1 and 2 are ...
Melyssa Kay Brand's user avatar
1 vote
1 answer
90 views

I've a sharepoint list with a user field called "Account". In a sharepoint page I've added a textbox bound to this field and I managed to set the value by inserting the USERID in the textbox. Here ...
Marco's user avatar
  • 43
1 vote
0 answers
541 views

I have a very peculiar problem. I am updating a list with a multi-value taxonomy field via REST on a SharePoint hosted app. Other list fields are being updated apart from this one multi-value taxonomy ...
ken omondi's user avatar
1 vote
0 answers
202 views

As per picture example, I have some categories that are sufficiently closely related as not to warrant individual multiple choice questions for each row (that would lead to a lot of repetition, and ...
Joanna Waligora's user avatar
6 votes
1 answer
667 views

Setup: I created the following: a list (named Category) at the top-level site, a Lookup site column (SC) (named Category) on Category, which allows multiple selections, and a Document-based content ...
Jim Bob Howard's user avatar
1 vote
0 answers
44 views

I have a task list linked to MS project which links fine. However my SP13 list has two columns for different resource/people. Both people are working on the same particular project, but may be ...
Gaztr1x's user avatar
  • 11
1 vote
0 answers
40 views

List Setup I have a list setup with 3 content types. Content Type A, Content Type B, Content Type C The list has 3 choice columns setup for each content type. This enables the choices available to ...
Sharepoint07's user avatar
1 vote
0 answers
127 views

I want to separate multiple rows. How can i do this with another web part listview or programmatically?
f_gulay's user avatar
  • 651