smallbas.blogg.se

How to use icollections
How to use icollections








You can toggle the status between Done and Pending, on the Oncheck and OnUncheck events as well. If the item is already checked and is part of the collection, it’s removed. The new item will be added to ChecklistItemsSource collection.Įvery time a checklist item is checked, we add it into a collection CheckedItems using the below formula on the OnCheck event of Checkbox control.

  • To review the checklist items and mark them as complete.
  • Throughout the application we will use the ChecklistItemsSource as our source data. On the OnStart, I collect the excel ChecklistItems data into ChecklistItemsSource collection. I’ve imported excel data as static data into my PowerApps application. The approach works for any backend of your choice. My table on the excel is called as ChecklistItems. Below is the excel screenshot containing the Checklist items. I’ll not get into the details of building the app here. I’ve created a simple checklist where I can check off tasks related to my blogging or posting on social media. You could extend this scenario to a Product Launch checklist, Home Inspection checklist and so on. When you are done with a few tasks you can mark them as complete. ScenarioĪssume you have a checklist of tasks to do. I’ve detailed out different solutions to achieve this in the blog below. Or you have to submit a timesheet with a week’s data at once.

    #HOW TO USE ICOLLECTIONS UPDATE#

    Or you want to flip certain flags in your data and update the source.

    how to use icollections

    Maybe you are taking some photos and want to upload them all at once. A lot of you would have come across a scenario where you want to bulk update records.








    How to use icollections