- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How to create a Collection from your Selection in Power Apps
In Power Apps, creating a collection based on a selection allows you to store and manipulate a set of items chosen by the user. This is typically done by using the Collect() function in response to an event, such as selecting an item in a gallery or selecting multiple items in a gallery. This can be extremely useful when you want to manipulate or view certain data.
There are some extremely useful topics you will learn:
1. How to AddColumn to a Datasource in a Collection
2. How to Add a Checkbox to a Gallery and Save the Data
3. How to Create a Collection Based on those Checkboxes
Below are formulas we used in this video:
Formulas:
Collect varCheckbox: ClearCollect(colDetails,AddColumns(Details,varCheckbox,false))
OnCheck: UpdateIf(colDetails,ID=ThisItem.ID,{varCheckbox:!varCheckbox})
OnUncheck: UpdateIf(colDetails,ID=ThisItem.ID,{varCheckbox:!varCheckbox})
Collection Selection: ClearCollect(colSelection,Filter(galDetails.AllItems,varCheckbox))
Chapters:
0:00 Introduction
1:40 Checkbox in the Gallery
2:22 Why you should create a Collection
3:45 AddColumns to Collection
5:10 Adding Checkbox in Gallery
7:35 Collecting our Gallery Selection
10:30 Conclusion
Видео How to create a Collection from your Selection in Power Apps канала Andrew Hess
There are some extremely useful topics you will learn:
1. How to AddColumn to a Datasource in a Collection
2. How to Add a Checkbox to a Gallery and Save the Data
3. How to Create a Collection Based on those Checkboxes
Below are formulas we used in this video:
Formulas:
Collect varCheckbox: ClearCollect(colDetails,AddColumns(Details,varCheckbox,false))
OnCheck: UpdateIf(colDetails,ID=ThisItem.ID,{varCheckbox:!varCheckbox})
OnUncheck: UpdateIf(colDetails,ID=ThisItem.ID,{varCheckbox:!varCheckbox})
Collection Selection: ClearCollect(colSelection,Filter(galDetails.AllItems,varCheckbox))
Chapters:
0:00 Introduction
1:40 Checkbox in the Gallery
2:22 Why you should create a Collection
3:45 AddColumns to Collection
5:10 Adding Checkbox in Gallery
7:35 Collecting our Gallery Selection
10:30 Conclusion
Видео How to create a Collection from your Selection in Power Apps канала Andrew Hess
collect how to create a collection in power apps collection power apps select a collection power apps power apps checkbox power apps powerapps tutorial select from a gallery choose from a gallery power apps select power apps create a collection power platform microsoft power platform what is power apps how to power apps beginner power apps collect a gallery power apps with excel power apps collection learn powerapps powerapps collection
Комментарии отсутствуют
Информация о видео
3 сентября 2024 г. 18:00:46
00:11:17
Другие видео канала




















