Questions tagged [powerapps-collection]
108 questions
0
votes
1 answer
PowerApps - collection of multiple lines from TextBox exported to SharePoint List
I am looking for a solution where from multiple lines from Text-Input, I will be able to create a multiple separate lines in SharePoint list.
An example would be an input of Vendor ID (in one Text-Input box):
598745
698745
365984
120458
Output (on…

Daniel_Ldz
- 11
- 2
0
votes
1 answer
Power apps canvas: Attaching a collection to a existing SharePoint item
I am creating a Power Apps Canvas app. In this app I have a form that creates an item in a SharePoint list using a button: OnSelect "SubmitForm(Form1)". this creates the item but I want to also attach the consents of a table. The table data is…

Big O
- 1
- 1
0
votes
1 answer
Is it possible to loop through the repetitions of a gallery's members?
I have a gallery that repeats its contents. It has one text input for a person's name and another for their email. Users may click a plus icon (the icon is not in the gallery) to produce a new row that has both of these text inputs. They can click…

J. Mini
- 1,868
- 1
- 9
- 38
0
votes
1 answer
How Caching can be done in Canvas Apps PoweApps?
I am stuck with a problem to implement Caching in Canvas Apps PowerApps, but I am unable to find an apt solution for this and not even confirm if it is possible or not? Please help!!
I tried using Collections but still I'm unable to achieve caching…

Lakshya Mishra
- 1
- 1
0
votes
0 answers
Cannot read neither filter power apps collection
(1) is a gallery showing a collection called colSGIN
(2) is a gallery showing a filtered collection (colSGIN) by Producto
(3) is a sum of a column containing quantities
(4) is the same sum in (3) but using the filtered collection in…

Benjamin Lahsen
- 37
- 6
0
votes
1 answer
filter sharepoint list and send all matching rows in email in PowerApp
I have a sharepoint list of clients and list of tasks for each client with start date, end date, and status.
I have a filter and a gallery that shows filtered data based on the dropdown selected value (client).
I want to get tasks for the selected…

kmax01
- 67
- 9
0
votes
0 answers
Refer to a field name in a collection which has a white space character
I have a collection "Accounts". In that, we have a field which is "Full Name".How to refer to this field in a filter function. I used the following formula:
Filter(Accounts,'Full Name' in TextInput2.Text)
Here TextInput2.Text is a text input. When…

zangetsu
- 1
- 1
0
votes
0 answers
Issue with Collection Patch providing no Data (PowerApps)
this one might be a bit long, so I can kind of describe how I have things set up. I'm still fairly new to PowerApps so if I have something set up incorrectly, please let me know, open to all criticism haha.
So I am creating an expense report…

LordTakahiro
- 57
- 6
0
votes
0 answers
Filter table with a collection
I need to be able to filter a table with the contents of a collection.
Right now I have created the creation of this collection through a text entry:
Collect(Base; TrimEnds(Split(Busti.Text;" ")))
Once there, I need to be able to filter or search…

EAI
- 1
0
votes
1 answer
How to store results of API query to PowerApps collection
I'm new to PowerApps, but found some sample code that looked promising when trying to figure out how to store the results of an API query to a collection. The problem is, my collection has 3 fields to match what I receive back in my API query but…

Steven
- 3
- 2
0
votes
0 answers
Power Apps: View "Edit History" Of A Forms Responses
I developed an App where users can fill out a form. Upon hitting :Submit: > the responses are Patched to a DataVerse list > The DataVerse List of Patched responses are then displayed in a Gallery. In this Gallery users can EDIT the responses or view…

littleshareef
- 1
- 2
0
votes
1 answer
How to format text output in PowerApps in scientific notation?
In the image above, I have a text label that is dependent on a radio. If a button is selected, a multiplication is done on a value from a collection, and then the output is sent to a text label.
After the multiplication, the number I have is…

Hemil Mehul Shah
- 11
- 3
0
votes
0 answers
Power Apps doesn't return any Cavas applications
I'm making my first steps with Power Apps and its web API and failing on the most basic request. I created two super simple canvas applications, yet I'm getting a successful but empty response from the API.
Request URL…

Yuval
- 764
- 1
- 9
- 23
0
votes
0 answers
Powerapps: Find the percentage of a total quantity for a certain day, then plot
I'm still getting used to powerapps and where/how to put formulas, etc. Thanks for the help.
My app is connected to a Sharepoint list.
I have users inputting a specific color every day. They choose from 4 different colors. So each day, there are say…

GOB
- 143
- 10
0
votes
0 answers
PowerApps: Get a list of data connections in my canvas app into a combobox
How do i get a list of my data connections in my canvas app into a Dropdown/Combobox?
I have a Gallery that displays data from a Sharepoint List. I want to be able to change this list by selecting from the combobox or dropdown and not have to change…

medias1999
- 1
- 1