I have two 2 collection, collection AllProvince and another collection SelectedProvince
my gallery is displaying items based on AllProvince collection.
how can I loop between these two collection and mark checked the once which are matched
Solved! Go to Solution.
hi @MJx01 you can add a checkbox to the AllProvince gallery and set its
Default = If(ThisItem.YourProvinceName in SelectedProvince.YourProvinceNameColumn,true,false)
This will check the boxes where the selected column is present in all provinces.
Hope this helps.
hi @MJx01 you can add a checkbox to the AllProvince gallery and set its
Default = If(ThisItem.YourProvinceName in SelectedProvince.YourProvinceNameColumn,true,false)
This will check the boxes where the selected column is present in all provinces.
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 |
---|---|
184 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
257 | |
82 | |
78 | |
67 | |
65 |