Questions tagged [power-platform]
229 questions
5
votes
2 answers
Plugin Pre Operation Create - Update field error
My plugin fire on Pre Create operation on Entity X. When trying to update a field on the Entity X using the following code I am getting error:
trEntity = (Entity)context.InputParameters["Target"];
trGuid = (Guid)trEntity.Id;
tr =…

Nick
- 780
- 2
- 13
- 33
3
votes
1 answer
Power Platform integration with Azure APIM previsioned in a VNet internal mode
We have an Azure APIM provision in a VNet internal mode as described in this article: Connect to an internal virtual network using Azure API Management | Microsoft Docs. We can successfully consume APIs in APIM with Postman and via the Developer…

Ershad Nozari
- 607
- 3
- 9
- 23
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…

Jenny_cgn21
- 33
- 1
- 6
3
votes
1 answer
Power Apps PowerShell: Cannot find an overload for "UserCredential" and the argument count: "2"
I get an error intermittently when attempting to connect to Microsoft Power Apps using PowerShell. Does anyone have a suggestions for what needs to be updated to make the [Add-PowerAppsAccount][1] work reliably? You can see all the version numbers…

Nicknow
- 7,154
- 3
- 22
- 38
3
votes
3 answers
How to convert json to collection in power apps
I have a power app that using the flow from power automate.
My flow is doing an HTTP get and respond a JSON to power apps like below.
Here is the JSON as text:
{"value": "[{\"dataAreaId\":\"mv\",\"AccountNum\":\"100000\",\"Name\":\"*****L FOOD…

OguzKaanAkyalcin
- 621
- 2
- 8
- 25
2
votes
2 answers
How to Import/Export Power Automate flow with AI Builder Custom Model?
I have created Power Automate Flow with AI builder custom models to read data from PDF and add that data to SharePoint list in my office 365 tenant (For example: https://contoso.sharepoint.com/).
Now, I need to add that flow with AI builder custom…

Bhoomesh Joshi
- 89
- 1
- 1
- 5
2
votes
1 answer
Power Automate Adaptive card does not display in my email
Hi I have been working with power automate to create an approval flow that is triggered by a power apps app. The email contains the json for an adaptive card used for storing responses. When I receive the email I cannot see the adaptive card. I…

Yaseen Latiff
- 21
- 6
2
votes
1 answer
Is there a way to capture what have been changed inside Dataverse tables and update sharepoint lists accordingly using Power Automate flow
We have 2 data-verse tables named:-
Invoices
Accounts
Also we have 2 SharePoint lists named:-
Invoices_Logs
Accounts_logs
The dataverse tables will contain the actual values and the SharePoint lists will act as the logs for the updates.
now we…

John John
- 1
- 72
- 238
- 501
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…

Spock
- 7,009
- 1
- 41
- 60
2
votes
1 answer
Is there an IN operator for Power Automate Odata List Rows - Filter Rows expression
What is the syntax of a Filter Expression for the DataVerse List Rows component, using a comparison similar to the SQL IN Statement.
I have tried things such as
name in ('name1','name2')
with no luck.

Tim T
- 140
- 2
- 11
2
votes
0 answers
PowerApps potentially mishandling Dates due to locale/device settings
We have an app that is deployed onto users smartphone devices. This app is designed to capture the users "availability" for the month. The app gives them a month view of every day within a month, with a toggle switch next to each day. The user then…

RazorKillBen
- 561
- 2
- 20
1
vote
1 answer
Create a collection with the last 500 items in a SharePoint list
I used the Helpdesk app template to create a helpdesk for my company. We've reached 500 tickets on the SharePoint list and the new tickets are not showing up on the app. I figure this is because of the 500 rows limit.
This is the App OnStart code…

Emma Plays
- 11
- 1
1
vote
0 answers
Add powerplatform API to Conditional Access Policies and firewall rules
We've detected an issue with your network configuration while accessing Power Platform API Urls. You may experience errors in PPAC until this is resolved. Please add https://api.powerplatform.com and https://*.api.powerplatform.com urls to your…

z3ror00
- 11
- 1
1
vote
0 answers
Get SharePoint page stats?
In Modern SharePoint, there is an analytics pane that shows a usage report for that specific page. I'd like to create a report of this info for all pages, ideally via Power Automate or Power BI. Everything I've found in my research shows how to get…

JuTrust
- 11
- 5
1
vote
1 answer
Graph API for monitoring storage capacity of Power platform environments from a third party monitoring tool
Is there any API to retrieve the storage capacity usage of different environments in Tenant so that we could alert to users if storage capacity exceeds certain threshold.
We are using a third party monitoring tool and would like to send alerts for…

Tejaswi Angotu
- 13
- 3