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 / Using a Toggle Switch ...
Power Apps
Answered

Using a Toggle Switch to Change Data Source in a Dropdown

(0) ShareShare
ReportReport
Posted on by 329

Hello,

 

I'm trying to use a toggle switch that when switch ON will change the data source of a drop down menu. The data source for the drop down menu will be either be Collection1 or Collection2. What I want my users to be able to do is to have the option to selection from either a specific portion of a collection or a seperate one. Here's the current formula that I'm using that works:

 

If(RosterToggle.Value = true, Collection1.Name, Collection2.Name)

This will allow me to select rosters from either collection. Works just fine.

 

 

However, if I want to be reference a specfic part of the either collection, turns up an error. 

 

 

If(RosterToggle.Value = true, Text(Filter(CachedSelectSchedule,
 Shift = TimeOfDay.SelectedText.Value),Rs1Day), CachedSelectSchedule.CrewMember)

 

What's the best way to do this?

Categories:
I have the same question (0)
  • hnguy71 Profile Picture
    347 on at

    Try this:

    If(RosterToggle.Value, Distinct(Filter(CachedSelectSchedule, Shift = TimeOfDay.SelectedText.Value), Rs1Day), Distinct(CacheSelectSchedule, CrewMember))
  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @BrendonBrooksP1 ,

     

    Could you share more information about the error information?
    Is ‘Rs1Day’ a Column name in CachedSelectSchedule?

    According to my test, I found there are two point wrong with your formula.

    First, I think there is no need to use Text function, and the usage of Text function in your formula is inappropriate.
    Text function is used to converts any value or formats a number or date/time value to a string of text. For more information, please refer to this doc: Text function in PowerApps

    Second, the columns of two Collections you choose as the item of drop down list should have the same column name.
    So you need two collections to store the items with the same column name. and then the issue will be fixed.

    Finally, please refer to my test:
    The item property of dropdown list: If(Toggle1.Value=true, Filter(collection1,name="A").shift, collection2.shift)
    Capture.PNGCapture2.PNG
    Best regards,
    Sik

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard