Questions tagged [powerapps-collection]

108 questions
0
votes
1 answer

Powerapps how to append data from form to an existing Excel File

I created the Powerapps form below. My goal is to have a user fill out this form, click Save, and have the data appended to an Excel file. I connected the individual drop down boxes to a SQL database. The drop downs all work correctly and show the…
Rob Brooks
  • 19
  • 4
0
votes
1 answer

PowerApps - adding same set of data in multiple time

I am trying to doing powerapps I created a design something similar to this I want to the same design in 10 times.. 10 set of design.. How can I do this.. Now what I am doing is, I created 1st set and copy paste to 10 times and again and again…
Mia Mia
  • 143
  • 12
0
votes
1 answer

Multiple Textinput message based on button on select

New to powerapps and looking for some help. I want a Textinput1 box (in screen2) to display a date based on 1 of the 2 button selection(in screen1). If Button1 is selected I want the Textinput1 box text to display DatePicker.SelectedDate. If Button2…
0
votes
1 answer

Powerapps Filter Collection By Today's Date

Good day all, I am trying to filter todays result in SQL table to a collection in powerapps. The column "dt" represents the column in sql of datetime type. This is my powerapps filter: ClearCollect(myCollectionName, Filter(myDatasource,…
0
votes
1 answer

Filter datasource using a collection

I want to show this data source (on the left) in my power app filtered by Jobs. Those jobs lay in a collection. How does one filter a table using a collection ? Can I use forAll ?
0
votes
1 answer

How to join 3 collections into the same gallery?

How do I join 3 collections into the same gallery in PowerApps ?
Code Klaudia
  • 47
  • 1
  • 7
0
votes
2 answers

Is there any option to display the File attachement data in Power Apps

When ever the CSV file is uploaded. Is there option to read the CSV and display the result in powerapps.
user1877936
  • 351
  • 3
  • 7
  • 22
0
votes
2 answers

Create the dynamic controls in powerapps

Based on the drop down the respective dropdown of type choices should change and if we click the addrow it has to increment the number of rows . I am new to powerapps and to achive this how to have the same list when we click the add row…
0
votes
1 answer

Power app display all rows of a column in textbox

new to Powerapp. I have a excel data source with 2 columns (Customer and Note). I want to display all the notes (regardless of customers) in a textbox. What is the simplest way to achieve this
0
votes
0 answers

How to access response json object in "PowerApp Canvas" without adding response sample to the connector?

I have a "customer api" to get profile infromation by ID. A custom connector is created using this api. Then the Connector is used in Canvas Power App. Within the app data is stored in collection named "DataReceived". Issue is: if we don't add…
0
votes
1 answer

Powerapps gallery to show 2 sharepoint list

I need help on powereapps gallery. The idea is to show a summary of items on a gallery with feeding two sharepoint list data source (primary list ConsumableRecord & secondary list ConsumableWithdraw). To workaround i tried a collection…
0
votes
1 answer

Missing Add, Edit and delete functionality from default power app with Sql

While creating a default power app with sql, I am facing some issue mention below- As we create a default power app with sql server then add, edit and delete functionality is not present in the app. I can add delete and edit the records from the…
0
votes
1 answer

Lookup values in a collection

ClearCollect(MyCollection, Split("A,B,C", ",")) returns: [![enter image description here][1]][1]
user882670
0
votes
1 answer

PowerApps Dropdown onChange does not Fire if it's filtered with textinput

I have the following problem. In my app I have a Dropdown "StoreSelector" Items are based on an collection which are filtered depend on the User().Email. (Some User().Email, defined in an separat collection, can see all Stores, User().Email can only…
0
votes
1 answer

Too much chars in powerapps form? Can't submit a form

I have a problem after Submitting a form in PowerApps All connectors are all right. Function also normally works, but I suppose maybe I have too much chars in my fields, so database can't save it. I changed limits in DB for all records, but still…