Questions tagged [multi-select]
The multi-select tag has no summary.
53 questions
0 votes
0 answers
22 views
How to derive actual values from a JSON-column formatted text field in SP List - as they display as NULL when extracted into Tableau?
I have an SP List that has a multi-select Lookup Column that is a selection of DB tables (Asset Name). I need to display the SP List in Tableau including Asset Name however it is displaying as a ...
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
64 views
How to separate multiple selection values of a lookup column into different share point list row so each value should have its own row
<table> <thead> <tr> <th>ID</th> <th>Name</th> <th>Lookup-Column</th> </tr> </thead> <tbody> <tr> <td>1</td> &...
0 votes
1 answer
2k views
Multi-Select People Picker Question - PowerApps form connected to SharePoint
I have a multi-select people picker field from SharePoint in my Canvas app. This is an Approver field that the initial user users to populate their Approvers when submitting a form. But it's multi ...
0 votes
1 answer
365 views
Power Automate Approval action - Can I replicate the "Approve/Reject - Everyone Must Approve" with custom responses?
I have a requirement for a Power Automate flow (SharePoint Library) in which the Start and Wait for an Approval action - "Approve/Reject - Everyone Must Approve" meets all of my requirements,...
1 vote
1 answer
1k views
Multi-Select Cascading Dropdown in SharePoint
I am customizing a list in SharePoint via PowerApps. My end goal is simple - I wish to have two multi-select dropdowns whereby the second dropdown would rely on the first dropdown. As an example, My ...
0 votes
1 answer
333 views
Format a multi-selection People Picker SharePoint List
Issue is with fields in my SharePoint online list I am able to use the drop down to format the fields as desired. However when I try to format a field that is multi select for a people picker it opens ...
2 votes
1 answer
1k views
How to remove HTML in email output generated by Power Automate for multi-select columns
My power automate solutions works fine for my single value columns, but I can't figure out how to identify and pull out the LookupValue(s) from the array of a multi-select columns. {"__metadata&...
0 votes
1 answer
387 views
how to dynamically populate image in propertyPane dropdownOptions?
check this image i want to get the same in DropdownOptions like this https://i.sstatic.net/ihfJn.png i'm getting key and title on the property pane perfectly i just need to display images from list ...
0 votes
1 answer
5k views
Error for NULL value when importing Forms multi-select field into SharePoint for form with branching
I have a flow that takes the output of a Forms response and pushes it into a SharePoint online list. It's working well for the most part, but I have a multi-select question in my form and ...
0 votes
0 answers
843 views
Combining several multi select columns in a sharepoint online library using power automate
I have a SharePoint online library, where I want to merge several columns into a single column. Most of the columns are multi select columns (choice/checkbox). How can I use power automate to collect ...
2 votes
2 answers
2k views
Order By Multi Select Choice List on SharePoint Views
I have a view in which it is a multi select choice list. When creating a view, I cannot select to order by customer with a multi select. This does work for me if I have a single Select Choice List. ...
1 vote
0 answers
19 views
Is there extra Javascript involved in the 2016 version of a multi-lookup control?
I have to filter the available options for a multi-lookup field based on the value of a Taxonomy field. I had it working in 2013 doing this: On page load, detach all the option elements from the ...
0 votes
1 answer
4k views
Populate Multi-person field using an Input field in Microsoft Flow
Is it possible to populate a multi-user Person SharePoint field using the "Email" type input within Microsoft Flow? That is, when triggering the Flow, a user is prompted to specify one or more people ...
0 votes
0 answers
193 views
Add auto complete to lookup field and allow multiple selections
I'm trying to make a lookup field on a newform.aspx have auto complete AND allow multiple selections. The following script works great BUT only allows one choice. Does anyone know how to modify this ...