Questions tagged [powerapps]

Power Apps is an enterprise service to create and share business apps.

Power Apps is a part of the Microsoft Power Platform that allows for the creation of reports or business process/workflow automation in an online environment centered around Microsoft 365 and its Microsoft Dataverse.

Power Apps allows users to build apps as a service in an entirely online capacity, using one of two environments: Power Apps Studio or App Designer.

See the official Power Apps documentation for more information.

Like all Power Platform services, Power Apps requires either an Office 365 subscription or a standalone Power Platform subscription.

Other Power Platform members include:

  • Power Automate (formerly Microsoft Flow)
  • Power BI
  • Power Virtual Agents
2201 questions
0
votes
1 answer

PowerApps and Connecting to SharePoint in Canvas

I am trying to connect to a table of an excel in a sharepoint in canas powerapps, however when I copy the link or try to look for it, it does not bring the list of documents I want to see and instead shows me the only two folder from Teams. I have…
Negar
  • 45
  • 1
  • 4
0
votes
1 answer

How to enable sort by columns,search and filter in gallery of power apps

SortByColumns( Search(sourx,'txtinput1'.Text,"Identify"), Filter(sourx,Team="kiwi"), "order_No", Descending) I had tried with above formula but its showing error.
0
votes
1 answer

Export Power Flows with connection data

Is there any way to export custom REST connector or already exisiting Power Flows with the connection data within from Microsoft Power Apps? It seems each connection has to be configured manually and when switching between environments all of the…
mappel
  • 1
0
votes
1 answer

Button on Document List Item to open "Properties Pane"

I have a document list in Microsoft Sharepoint Online. While there are several ways to open the properties pane using the UI, I would like to have a button on each item in the document list that will open the properties pane on that item.…
Chris ten Den
  • 549
  • 1
  • 5
  • 19
0
votes
1 answer

TextBox value based off dropdown

I am still very new to using powerapps, but here goes: i have a dropdown that has a list of choices that is pulling from a List-Choice column, with options like A, B, C we will say. based on the dropdown selected i would like to a corresponding…
0
votes
1 answer

Using a DatePicker control to pull data from SahrePoint List

good afternoon, I was wondering if someone might be able to assist me with the issue that I'm having. I have created a SP List called current_shift which logs our shift handovers - using the Patch command to create an item works fine. When I want…
gherkin12
  • 9
  • 1
  • 3
0
votes
0 answers

Cant access files on Azure Blob Storage from within Canvas App

I am trying to secure my blob storage so that only requests coming from within my canvas app are accepted by ABS. From within the storage accounts networking tab I have choosen Allow access from: Selected networks and have added the IP addresses…
Benzine
  • 472
  • 1
  • 5
  • 19
0
votes
1 answer

Dataverse - Check if element exists in array returned from OData query using the RetrieveAvailableLanguages function

I am using the RetrieveAvailableLanguages function to run this query on my target environment. https://ORG_NAME.crm.dynamics.com/api/data/v9.0/RetrieveAvailableLanguages In the response from this OData query it should provide one or more language…
greg
  • 1,118
  • 1
  • 20
  • 40
0
votes
1 answer

Power Automate "Vlookup" using Sharepoint Lists - Vlookup resetting

I have the below "Vlookup" , When a record gets submitted in list "Template" I want that to reflect in the list "Aug2021"(Created from an excel sheet) in the "Submitted" column as a "Yes" or "No". Lookup with between "Project ID" in Template, and…
Jonnyboi
  • 505
  • 5
  • 19
0
votes
1 answer

In PowerApps, is there any way to add "show all records" option in radio button filters?

I have created a PowerApp using the "Projects" SharePoint list as the data source. I have successfully applied multiple filters on gallery items. I have applied radion buttons with choices "Pending", "Approved", "Rejected" to filter the records…
0
votes
1 answer

How to configure PowerApp Portal default SendInvitation flow to send emails from custom mailbox?

I have created a powerapp portal and require to implement invitation based user registration, Some documents and video tutorials mention we can use the default SendInvitaion flow to send emails to contacts. But when I click on send invitation flow,…
Roshan
  • 3,236
  • 10
  • 41
  • 63
0
votes
2 answers

Power Apps: Item Level Permission Error: document library contains a column that enforces unique values

I am trying to make my power app have the functionality where only the user using the app can read their own items and edit their own created items. Getting error Cannot change item-level permissions because this list or document library contains a…
Jonnyboi
  • 505
  • 5
  • 19
0
votes
1 answer

Azure BlobStorage Connector can't connect to blob with enabled firewall

we are trying to connect from powerapps to blob storage using Azure Blob Storage Connector. I have checked on which region I am in powerapps and it's Europe. So I have whitelisted all of IP's from this azure doc but still no access. Screen…
Mski
  • 1
0
votes
1 answer

Show Dataverse but restrict tables

I’m trying to work out what permissions for the relevant security role I need. I’ve got it so that the user can only see tables that I’ve given them access to in PowerApps, but they also need to see it in Dataverse. They don’t have permission to…
Omar.Ebrahim
  • 862
  • 1
  • 10
  • 30
0
votes
1 answer

Multiple Sets in PowerApps OnSelect doesn't work

I want to generate an ID using GUID in PowerApps and send this to the flow in PowerAutomate. The first sample code works fine, which means, that everything is Ok. The Second sample code is not triggered the flow at all and there is no error. Can…
shm
  • 439
  • 2
  • 11
  • 25