Hi there - I'm new to PowerApps and just learned about collections. I can see how to make an interface element like a checkbox cause an item to get added to what's effectively an array, and it's really easy to cause items to be added or removed to a collection - that's joyful!
I can't quite figure out how to make that checkbox aware that ThisItem was removed from a collection - I want it to listen for the item's status in a collection, and act when the status changes.
For example...
I have a checkbox that adds an item to a collection, and I have a button that removes an item from a collection. But I could have multiple screens with different user interactions, so...
It's possible, right? I'll appreciate advice!
Solved! Go to Solution.
Hi @sloughcow
Set the Default property of your checkbox to:
ThisItem in YourCollectionName
Hope this helps
Hi @sloughcow
Set the Default property of your checkbox to:
ThisItem in YourCollectionName
Hope this helps
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 |
---|---|
181 | |
52 | |
41 | |
39 | |
33 |
User | Count |
---|---|
261 | |
81 | |
71 | |
69 | |
66 |