Announcements
What you're trying to achieve makes total sense, and you're right to avoid hardcoding "Item 1" — that would not be maintainable.
"Item 1"
A clean and scalable approach here is to introduce a single source of truth for your data instead of defining it directly inside the control.
Define your items once in App → Formulas:
colDropdownItems = ["Item 1", "Item 2", "Item 3"]
Items:
colDropdownItems
DefaultSelectedItems:
First(colDropdownItems)
First(Self.Items) would conceptually make sense, but Power Apps does not support referencing Items that way for defaulting. Using a central variable/collection is the recommended pattern.
First(Self.Items)
Items
If this approach helped you, feel free to mark it as the correct solution so others can benefit from it as well 👍
If it’s a Dropdown control Set: Default = First(Self.Items)
{Value: "Item 1"}
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290