Announcements
I have 3 ComboBoxes in a Power App and need to create 2 colections to load into the ComboBoxes. I have 1 function to create 1 collection, but need to create another collection for the other 2 ComboBoxes to use, but I want to create both collections OnStart of the app. How would I do this?
Hello @Greg27
You can use a semicolon to separate functions.
ClearCollect(colFirst,
{
Value: 1
},
Value: 2
});
ClearCollect(colSecond,
Value: “One”
Value: “Two”
}
)
Thanks for the help!!
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 396 Most Valuable Professional
11manish 134 Super User 2026 Season 2
MS.Ragavendar 101 Super User 2026 Season 2