I saw that this is possible to do with power apps but I only achieved to pull the data from the user that adds the new item (my own). Do you know how I can solve my problem? BR SetvarCurrentUserExis Onepotentialsolution. This is the list in question: Within the Power App...
Feedback from Microsoft Support, as everyone mentioned above, remember to clear your Cache as well: You were impacted by an issue detected on the integration between the 2 products - PowerApps and SharePoint. Good news are that it is now mitigated! The engineering team detected...
Data Service entities. The new designer has many improvements over its legacy counterpart, including the ability to see a live preview as you apply filtering and sorting logic. Additionally, we are adding simplified sizing and sorting via the column headers like SharePoint and Excel to make it ...
SharePointHelp678yes you can pull site pages data into your app in exactly the same way you would with a list or library. When you connect a data source, in the list of your lists scroll down to the bottom and in the "Enter custom table name" fie...
I customized a SharePoint List form using PowerApps. Everything works well with new item submission/creation. The only problem I ran into is when I'm going back to edit an existing item. The choices fields did not display/pull the previously picked value...
When querying SharePoint, you're limited in the types of queries you can do, and still retrieve all your data. This is because SharePoint doesn't always fetch your data beyond the delegation limit. You can experience a bit of this phenomenon when you go to a SharePoint list that has mo...
After adding the edit form, the form would get added to the screen. Make the size fit into the screen as per the UI design. Pull the size of the form on the screen. Step 4.Choose the DataSource Click on Add data. Enter SharePoint in the search. Scroll the search results to sele...
Once you’ve built your PowerApp, you can drive traffic to it from QR codes on external media, push notifications, deep links, embedded apps in SharePoint, Bing, Teams, and more. Every enterprise is different, and some of these strategies will work better than others, but be sure to do...
app-from-azure-sql-database.md app-from-sharepoint.md cognitive-services-api.md common-issues-and-resolutions.md connections-list.md connections cloud-storage-blob-connections.md connection-azure-sqldatabase.md connection-common-data-service.md connection-dynamics-crmonline.md connection...
Using the “Distinct” operation, we ensure that we do not pull back the same manufacturer more than once. The second parameter following the filter (Manufacturer.Value) isthe return value, which in this case is the Manufacturer value that we want. ...