powerapps

Power BI to call CRM process

岁酱吖の 提交于 2021-02-11 13:39:08
问题 I have a Power BI report that is used to view some data from SQL Server. The user can make selections and the data is displayed on a table in the report. When the user makes a selection and clicks a button in Power BI, I want it to create data validation activities in CRM. Is there any way I can send the data and call a CRM process to create data validation activities? 回答1: PowerBI is meant for data visualization, not for application development, but can be extended for some extent. PowerBI

Option to restrict non-admin licensed users to create PowerApps environments

无人久伴 提交于 2021-02-08 03:36:08
问题 Is there any way to restrict licensed users from creating environments? According to Microsoft documentation, Users who have PowerApps or Flow P2 license, they can come to Admin Center and create environments for them. Also users with the Community plan license can also create one Developer environment. But we want users to create canvas and model driven apps and other facilities which comes with PowerApps license, but we do not want them to create environments. If the users create

AzureBlobStorage Connector - CreateFile/DeleteFile - Id, relationship with Azure Storage Blobs client library for .NET

廉价感情. 提交于 2021-01-29 09:27:03
问题 I have a powerapp using the AzureBlobStorage Connector(the connector) . However, this app has to interact with data that is being bulk uploaded using the Azure Storage Blobs client library for .NET (the api). When you create a blob using the connector you get and Id which can then be used to Delete the blob. However, when creating blobs with the api I cannot see how I can get that ID (you just use the blobid which is the filename). Hence data that is being bulk created cannot be deleted in

How to use button to display filtered data from excel table in PowerApps?

一曲冷凌霜 提交于 2021-01-29 07:30:56
问题 I am a newbie in PowerApps , and I am trying to build an app where based on user click, user should be able to see filtered data.My test data looks like below.For this I have created 3 button in my gallery titled as "Available", "Out-of-service" and "In-use". So, let's say when user clicks on "Available" button, the app should display the user "Sys1" and "Sys2". Likewise, same is true for "Out-of-service" and "In-use" button. I have my datasource save as ExcelTable in Onedrive and I was able

How to get distinct Gallery tiles in PowerApps?

五迷三道 提交于 2021-01-29 07:09:40
问题 My DataSource for PowerApps is Excel Table. After user's Entry, the excel Table looks like below. In below image one can see that "Sys1" appears twice in Excel Table, leading to creating one extra tile for same system Gallery in PowerApps.My Question is How to avoid duplication of tile creation in PowerApps ? Below is code for Gallery and Tile. I am new to PowerApps . Provide code with explanation . Note: I forgot to add Name after Sys. The 1st column name in below screenshot should be "Sys

GroupBy Function NOT displaying Gallery Tiles in PowerApps

半城伤御伤魂 提交于 2020-12-12 05:53:08
问题 This Question is an Extension of my previous question, located here. When I use the Filter code mention in my Question. The Gallery is displaying System Names. However, when I try to wrap my Filter code with Groypby Function as mention by @carlosfigueira, I am NOT getting any Error message. However, I cannot see Gallery Tiles. Gallery is displaying lines as shown in below image. The code I am using under Items Property of my Gallery is below. Code for GroupBy: GroupBy( Filter(Table1,

How to implement My Azure function for using it in PowerApps

假装没事ソ 提交于 2020-03-21 07:18:24
问题 Im currently trying to write a function to combine two images from azure storage to one image. I dont know how to setup my function class so that I can trigger the function in powerapps with 2 selected images. This is my class public static class Function1 { [Obsolete] // switch TraceWrite to Ilogger [FunctionName("Function1")] public static void Run(string background, string overlay, CloudBlockBlob outputBlob, TraceWriter log) { log.Info($"Function triggered with blob\n Background: