Questions tagged [powerapps-collection]

108 questions
0
votes
1 answer

How to evaluate empty TextBox in PowerApps?

I have two column in my Excel Table (DataSource) and I am trying to evaluate both columns. Column 1 contains data and Column 2 is empty as shown below. The default FormMode is Edit, which contains 2 textboxes titled as "Column 1" and "Column 2",…
0
votes
1 answer

How can i combine two formulas in formula bar in powerapps?

I need to apply two formulas on a dropdown field. How to apply both the formulas?I want to use the distinct funciton to avoid the duplicate values & the dropdown values depend on another column values. I have the formulas in hand but dont know how…
0
votes
1 answer

PowerApps: Send an email with values of dynamic collection

I have built a Power Apps, with a SharePoint list as data source. The list consist of 4 columns (static, number will be always the same) and several rows (dynamic - items can be added deleted). See below and attached attached Title /…
0
votes
1 answer

Powerapps collections column merge

I am trying to achieve a very simple thing in Powerapps. I have two collections: **collection1 collection2** *Column1 Column2* abc jkl def mno ghi pqr The collections will…
Machi
  • 43
  • 1
  • 7
0
votes
1 answer

Is there a text-input list in PowerApps that can be exported to a mutli-line variable?

I'm looking to create a list-field that a user can input a list of variables. The list will then be stored in a multi-line variable in SharePoint separated by a delimiter. An example would be an input of: Apples Bananas Cherries Output:…
0
votes
0 answers

need to bind the current sitecollection name in lookup field and pass the corresponding lookupid in onstart of canvas app new form

I create a new form using canvas app. i had a lookup field name companies. I need to bind the lookup field dropdown with current sitecollection name from the following options in new form of canvas app
0
votes
1 answer

No Value showing in Gallery Price Column

Trying to figure out what is missing? Every-time a user submit a new order the price should show up. But is showing the value has "0" Price Columns Type is Currency This is the code to create a new collection …
user5148719
0
votes
1 answer

Problem with Power App (Loading data from power App to Excel)

I am having a little difficulty uploading information into an Excel from PowerApps. I created an app with 3 different data sources, 2 of them are SharePoint Lists where the information is uploading without any trouble. The 3rd one, an Excel table,…
0
votes
1 answer

How to create collection with last visit date for each store in SharePoint list

I have a sharepoint list with a Store id called SCID and a date field with the visit date. I want to create a 2 column collection with the SCID and the last vist date for the SCID. I copied the following code from another response with a similar…
SJJ9166
  • 71
  • 1
  • 6
0
votes
1 answer

Write clearcollect function to fetch data from post API

How to write the ClearCollect function to fetch the data from Post Api where headers are included. header: Content-Type:application/json deviceId:ab deviceType:A deviceName: iphone…
0
votes
2 answers

Visualize Data Requested from a REST-API in POWERAPPS in my POWER BI dashboard

I have a powerapps-tile in my power bi Dashboard. In this powerapps tile i can request data from a REST-API. Now I want to live-visualize the data in the power bi dashboard. Are there any good and simple way to get this done? Is it a good idea to…
0
votes
1 answer

Powerapps - Dynamically adding columns (Input Text Boxes) to a table

I am trying to build a Power App that creates Input text boxes dynamically. This is my data. Category Name Product 1 Product 2 Product 3 Product 4 Marketing Center 1 1 1 2 2 Marketing…
0
votes
1 answer

Power Apps - Microsoft Flow Send Emails to multiple users

I have the following table in my backend, Table1 Name ID ToAddress Status Abc 123 asdfg@example.com,koldef@example.com,asdasdasfda@example.com A Def 234 …
0
votes
1 answer

PowerApps Data Collection Issue

So I'm having an issue specifically returning data from a MS Graph call Flow but only at the response/data collection part of the call. So I run the flow from PowerApps with a meeting room's id. Once I do that, I make the necessary calls and after…
bustedrigs
  • 13
  • 4
-1
votes
0 answers

Power Apps - How can I save data stored in a temporary collection to a SharePoint List?

What I want to accomplish is to populate a Power Apps gallery with rows of data, stored in a temporary collection and when user clicks the Save button to save the data from the temporary collection to a SharePoint List, OB_Data_NIST. In Power Apps I…