web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Multiselect field to p...
Power Apps
Answered

Multiselect field to parse and then lookup from different SharePoint List

(0) ShareShare
ReportReport
Posted on by

Wondering the best way to achieve the following:

 

Background:

  1. - Have one "master" Sharepoint list. 
    1. Within this list there is a multiselect field (call it DV_Selection)
  2. - Have one "Vehicle" Sharepoint list
    1. This is the list that the "master" list multiselect field references (its title column)

Examples "Vehicle" list:

TitleDateFinish
DV_xyz01301/04/202201/30/2022
DV_xyz01a02/09/202302/19/2023
M_123xzy01/05/2022 
M_123xza01/23/202201/25/2022

 

The scenario is as follows:

User selected "DV_xyz013", "DV_xyz01a", and "M_123xza", I would like to find the "DV" has the latest date and return that particular row's Finish date.

 

Whats the best way to execute this?

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    153,415 Most Valuable Professional on at

    Hi @jimi_hendrix ,

    I cannot presently test this, but try

    First(
     Sort(
     Filter(
     Vehicles,
     Title in ComboBoxName.SelectedItems
     ),
     Date,
     SortOrder.Descending
     )
    ).Finish

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 380 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 340

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard