Hi PowerApps community,
I want to collect (ClearCollect) data from my SharePoint list into a collection. My SharePoint has maximum 50 records in the SharePoint list. I have inserted the following formula in the OnStart property of my App:
ClearCollect( mySharePoint, Status = "Active").
But when I start the app the collection is blank.
Does anyone has a workaround for this?
Any help will be much appreciated.
Solved! Go to Solution.
@JB0007 The formula will be like this,
ClearCollect(myCollection, Filter(mySharePoint, Status = "Active"))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
189 | |
53 | |
51 | |
34 | |
33 |
User | Count |
---|---|
268 | |
91 | |
80 | |
68 | |
67 |