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
7
votes
1 answer

PowerApps Portal vs regular PowerApps

I developed a PowerApps application, but each user would have to pay $10 a month making it not economically viable (I had hoped for some kind of run-time license at a much lower rate). So I talked to a MS sales guy who said I should switch to…
COG
  • 291
  • 2
  • 12
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…
4
votes
0 answers

Powerapps : Pass a json Array to a Flow

Context I'm currently working on a specific search engine frontend, based on Powerapps, which need to pass a string array to a service through a Power-Automate Flow, in order to specify a filter. The Flow The flow itself takes a JSON object as input…
Dremor
  • 789
  • 2
  • 8
  • 27
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…
4
votes
2 answers

Setting textbox text value on button click

I have a from in PowerApps with labels and textboxes. By default textboxes are empty. There is a Button named "Copy last row" when use will click on this button some sample values should be displayed in textboxes. I checked on internet and the…
Farheen Shafqat
  • 41
  • 1
  • 1
  • 3
3
votes
2 answers

How to find integer and text values (Filter & Search)

I have my data source connected to database in SQL Server through an application in Power Apps, I am making use of Gallery to display the data and I have a text entry to search for specific data in that gallery. I would like to perform the search…
user15500092
3
votes
1 answer

PowerApps Solution import - various errors with custom connector

I am fairly new to PowerApps, so please excuse my possibly amateur-like descriptions. We are trying to move our finished Solution to our Production environment. The Solution includes a Canvas PowerApp, Choices, five cloud flows, connection…
3
votes
2 answers

Can we get Active Directory property named Employee ID using Office365Users connector inside Power App

Inside our active directory we have a property named "Employee ID" as follow:- so inside our PowerApp form i want to get the value of this property,,, but i checked the Office365Users connector @…
3
votes
4 answers

Solve Math Equation(string) in Canvas App

I have a dynamic formula that needs calculation. Here's a sample (var1 * var2) / (var3 * (23 * 100)) These variables will be replaced with actual numbers because they are user input. Currently, I am using power automate flow that connects to my web…
Crismogram
  • 906
  • 15
  • 27
2
votes
1 answer

How can i convert Details form into a json in powerapps?

'PowerApp->Content'.Run(JSON(DetailForm1,JSONFormat.IncludeBinaryData) I am trying to put this action on a button but im getting an error the json function cannot serialise objects of type control Is there any workaround to this? I want to send…
2
votes
1 answer

Power apps get dropdown value depending on current user

I want to create a canvas app allowing me to set a dropdown according to the current user. I will have a list of authorised users, and each will have specific values to access. If Jim then A to E, if Val then F to M ... if Boss then A to Z is it…
mthgn
  • 77
  • 9
2
votes
1 answer

D365 CRM Model Driven App's Audit History Error when embedding a Canvas App

Working on a Model Driven App using D365 Customer Service Module and when we add/embed a Canvas App we're getting a Server Error application when we viewing the Audit History (Highlighted Below). The Server Error disappears and the Audit History…
2
votes
1 answer

How do I rename this sharepoint image attachment using Power Apps?

I have a text input called ImageTextInput in my canvas power app, and I want to use it to allow the user (as they are uploading an image to a Sharepoint list) to give a custom name to that image. I created a variable called imageName to store the…
shampouya
  • 386
  • 1
  • 6
  • 24
2
votes
0 answers

loginPopup does not redirect to redirectUri in the original tab but opens redirectUri on Popup in D365

I'm using MSAL in a react based SPA and a PCF component which is imported into a canvas app and this canvas app is embedded into Dynamic365 Field service CRM. I have created a Azure AAD app registration and added these redirectUri in Single Page…
2
votes
1 answer

Query string in URL in Power Apps

I'm creating a UTM generator in Power apps. I have to remove the query string (utm_source, utm_medium and utm_campaign) from the URL that user can paste to the URL input. Also, I have to keep the rest on the valuse like utm_test For example - from…
1
2 3
34 35