Questions tagged [powerapps-canvas]

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop. Also add the general [powerapps] tag to your question.

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop.

525 questions
0
votes
1 answer

Power App authentication with Azure ADB2C

I have an app that was developed using Angular 9 and we are using the login with Azure AD B2C. The users that we have in the Azure AD B2C are Member(type). We have a new requirement where we have to embed power apps in the web app (iframe tag -…
0
votes
1 answer

How to sync the data between common data service and source?

I have a powerapp that is using data from an entity located in common data service. The entity data is populated from a SQL Server. When the powerapp updates the data, it is reflected in the common data service entity. Example - update a field. How…
variable
  • 8,262
  • 9
  • 95
  • 215
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
2 answers

How do you do an if statement on a value from a datacard in Power Apps?

I have a PowerApp that displays a field from an entity which is two options, Yes or No. I want to add an icon to the PowerApp screen that will be an 'X' if the value is No or a checkmark if the value is Yes. How do I use an if statement on the icon…
Breaker
  • 23
  • 1
  • 4
0
votes
2 answers

Checkbox value in Display Mode = view & edit PowerApps

Happy Thursday! I added 2 Checkbox controls inside the TypeOfPerson field data card. Trying to figure out to display the value of the checkbox on both Display Mode = View | Display Mode = Edit TypeOfPErson is a Column Type = Choice in…
0
votes
1 answer

I cannot retrieve data from PowerBi Integration after reopening PowerApps

I have launched a PowerApps from PowerBi and after saving I cannot see the same data in the PowerApps Editor and PowerBi. At the beginning I could see data in both. I refreshed PowerBi report. Any idea? Pictures below:
eoam13
  • 17
  • 5
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

Powerapps Canvas - Decode Base64 encoded string to actual string

I am working with a canvas app which is reading query parameters from URL and displaying it in a form. Currently, I am trying to read a base64 encoded string and decode it to it's actual value. Is there a way to do this within the app itself, as I…
Ashutosh
  • 1,000
  • 15
  • 39
0
votes
0 answers

Create collection from multiple sources where relationship is 1:n and maintain delegation

I have a project owners list in SharePoint. There can be more than one project owner for a given project (1:n). In my app, I want to create some collections OnStart to keep the UI quick and responsive. I have created a collection that contains a…
ARich
  • 3,230
  • 5
  • 30
  • 56
0
votes
1 answer

How to Change 0 to 1 in TextInput

What is the best approach to change 0 to 1 on a PowerApps TextInput. Trying to figure out with OnSelect Function. Don't want a user to input a 0 Quantity to an order. If a user type in 0 it will automatic change to a 1 Hope l explain myself…
user5148719
0
votes
1 answer

Filter Gallery based on text in label

I'm struggling with this for days now. I've made a PowerApp in which a Document Library is shown from SharePoint in a Gallery. In this list there's a label which contains the data from a multiple selection in SharePoint. SharePoint Multiple…
0
votes
1 answer

Dynamically changing the bound entity of a list box on a canvas

I'm wondering if anyone has come across this issue. I have two radio buttons on a canvas app that I am attempting to control the values displayed within a list box. RadioButtons.Items: ["SomeValueA","SomeValueB"] The list box control should be…
Christopher Klein
  • 2,773
  • 4
  • 39
  • 61
0
votes
1 answer

Azure Active Directory Authorization Token Has Expired

We are working on a custom connector for Power Apps. This connector basically uses post, get, patch, delete methods of the Dynamics Rest API. For authentication, we are using AAD as mentioned. We are writing swagger JSON and uploading the file to…
0
votes
1 answer

getting a single record from a Sharepoint list

I am trying to get a single record from a SharePoint list however I am getting a RED X, I have passed though the ID of the item however which is working for the main form I am using on the page. My statement is below, the list is called contacts…
0
votes
1 answer

Calculate total amount per quantity enter in PowerApps

What is the correct formula to calculate the total per Quantity enter SharePoint List
user5148719