Questions tagged [powerapps-collection]
108 questions
6
votes
2 answers
Set collection to selected values in Power Apps form when opened in edit mode
I have a SharePoint list-integrated Power Apps form.
I have a multi-select combobox called DataCardValue4 (which is hidden) that comes from a choice on the SharePoint list.
I need to put the selected values of this combobox into a collection when…

Bryan Dellinger
- 4,724
- 7
- 33
- 79
4
votes
2 answers
How do I easily return and API response from my flow to my canvas app in Power Apps?
Looking for some assistance, I have created a flow and a canvas app in power apps that calls an API, I finally got it to work but seems there has to be an easier way to do this.
In my flow I'm taking the body and parsing it to get just what I need…

Daniel Rubio
- 49
- 12
4
votes
2 answers
How to load all Managed Metadata values from a Term Set
Short version: How can I load all the available options for a Managed Metadata field in PowerApps?
Long version:
I have a PowerApps app that is working properly, but the users want to be able to add data while offline and for it to sync back when…

Pedro Lorentz
- 2,146
- 2
- 13
- 19
2
votes
1 answer
How to trigger a Power automate flow at a specific time (not schedule) using Canvas app?
So I am trying to build this application using powerapps. In the application, the user can set a specific time at which an event should occur (example sending an email or make a social media post at the specified time).
So my approach for building…

Arjun Kashyap
- 623
- 2
- 10
- 24
2
votes
0 answers
PowerApps potentially mishandling Dates due to locale/device settings
We have an app that is deployed onto users smartphone devices. This app is designed to capture the users "availability" for the month. The app gives them a month view of every day within a month, with a toggle switch next to each day. The user then…

RazorKillBen
- 561
- 2
- 20
2
votes
1 answer
How to perform a group by with aggregation on a collection in PowerApps
I want to group the "Incident Types" in the PowerApps collection shown below and sum the first column which is the "Incident Count". I have attempted to use the Group By function, but I was unable achieve the desired result. I simply want the total…

user1697063
- 117
- 2
- 11
2
votes
1 answer
Patching or updating a nested collection is not working
ClearCollect(
Coll_Products,
{
Id: 1,
Title: "Apple",
coll_types: [
{
Id: 1,
color: "Red"
},
{
Id: 2,
color: "Green"
…

TARUN
- 241
- 1
- 8
- 27
2
votes
1 answer
Power Apps - Create Unique List of Collection
I have a collection called as TestCol and it looks like this.
Name ID ToAddress Status
Abc 123 asdfg@example.com,koldef@example.com,asdasdasfda@example.com A …

Student of the Digital World
- 2,971
- 16
- 62
- 116
1
vote
1 answer
Using Power Apps to add a new value to a multiple-value choice column in SharePoint without overwriting existing values
I have a SharePoint list that contains a choice column with the 'multiple selection' option turned on. Each item in this list contains data related to preferences for a given user, and the choice column will store the IDs for each of the user's…

Chris
- 33
- 5
1
vote
1 answer
How do I get every Input element within the Power App Vertical gallery, Getting the last value every time
I am trying to create dynamic input components in the power apps for that I have used Vertical Gallery, and Within that vertical gallery I have a Horizontal container to align the inputs properly, and then I have several inputs under it. I am trying…

Naveen Singh
- 395
- 1
- 3
- 17
1
vote
2 answers
in powerapps how do I get a collection of the selected values of a multiselect from a sharepoint list WITHOUT using a combobox
I have a sharepoint list that has a multiselect column.
in powerapps I would like to make a collection of the selected values.
for example I have a multiselect column named category that have choices One, Two, Three, and Four.
I have selected Two…

Bryan Dellinger
- 4,724
- 7
- 33
- 79
1
vote
1 answer
How i cant iterate a json object in power apps without use power automate
I have a custom connector with microsoft graph api in my power apps and i have a request and a response with graph explorer, now my problem is they i can't iterate the object in my power apps table.
OnSelect…

Imad
- 31
- 1
- 6
1
vote
0 answers
How to set maximum available width for Component Gallery in PowerApps?
I have created a Component Library with Gallery Control for Horizontal Menu. I want that when screen resolution changed, the horizonal menu use the maximum available width. When I use that Component, everything is working fine except the width of…

NJ Bhanushali
- 901
- 1
- 12
- 21
1
vote
1 answer
How to add property on an object power apps
I'm trying to build an app with power apps, I created a form where I collect data and then create a new object to store it in a collection, the problem is that i need to be able to modify the properties of that object and I can't.
I'm using Set() to…

Diamonddedo
- 137
- 1
- 11
1
vote
1 answer
Power Apps Canvas question, dueling Lookup columns
Greetings new to Power Apps Canvas. We got a supporting Microsoft list with two lookup columns. Created a Power Apps Canvas for the user interface. Use the Canvas to publish a new record to the list. Question is; how to have each dropdown…

Benny H.
- 25
- 5