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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Display information fo...
Power Apps
Unanswered

Display information form multiple items when one item is selected

(0) ShareShare
ReportReport
Posted on by 134

Hello,

I am about to start a canvas app project but I can't wrap my head around how I would achieve a requirement.

 

My data source is a SharePoint List. There's the Title column(of course), a Description field, a "Goal" field, and a Priority field.

The title of each item will be as follows

 

1.1

1.2

1.3

2.1

2.2

2.3

etc.

 

Items 1.1, 1.2, and 1.3 will all have "Goal 1" in the Goal column and items 2.1, 2.2, and 2.3 will all have "Goal 2" in the Goal Column etc.

 

I need to be able have the user select either Goal 1 or Goal 2 from a gallery on the first screen and it navigated the user to the next screen where it will display all the information for items 1.1, 1.2, and 1.3 if Goal 1 is selected or  information on items 2.1, 2.2, 2.3 if Goal 2 is selected.

 

Hopefully I'm clear with my explanation. This is probably something easy and I'm just having a brain fart. Any assistance on how to achieve this would be greatly appreciated.

 

 

Categories:
I have the same question (0)
  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @ChrisS81 ,
    You can try using below formula -

    On Title control's Default property - Switch(GoalDataCard.Selected.Value, "Goal 1",  "1." & CountRows(Filter(SPList, GoalColumnName="Goal 1"))+1, "Goal 2",  "2." & CountRows(Filter(SPList, GoalColumnName="Goal 2"))+1, "Goal 3",  "3." & CountRows(Filter(SPList, GoalColumnName="Goal 3"))+1)

  • ChrisS81 Profile Picture
    134 on at

    @NandiniBhagya20 , thank you for the quick reply!

     

    I think I may need to explain a little better. I've added a couple of mockups to try to illustrate what I'm envisioning.

     

    The first would look something like this:

    ChrisS81_0-1676030982264.png

    where the user will select a Goal and it takes them to a screen that looks like this:

    ChrisS81_1-1676031825391.png

    where it's pulling the details for item 1.1, 1.2, and 1.3 all in one screen since they're all associated with Goal 1.

     

    The same behavior would happen if the user selected Goal 2 or Goal 3.

     

    Hopefully this clears up any confusion.

     

  • ChrisS81 Profile Picture
    134 on at

    I've found the answer. It was sitting right in my face. I just created a gallery on screen 2 to display the information I needed. I think I was overcomplicating it. Smh

     

    Thanks @NandiniBhagya20 

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 463

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
11manish Profile Picture

11manish 275

Last 30 days Overall leaderboard