Questions tagged [power-platform]

56 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
  • 736
  • 2
  • 10
  • 30
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,064
  • 2
  • 17
  • 34
2
votes
2 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…
1
vote
1 answer

I'm wanting a button to navigate to a form but it isn't showing the form when I click the button

Does anyone have an idea on how to fix my problem of when I click on a button that it will navigate to my form1 with the data cards in the form? Image - edit form Inspection form
1
vote
0 answers

Free up storage - Power Platform Admin

I have to free up storage and this link from the Microsoft documentation - https://docs.microsoft.com/en-us/power-platform/admin/free-storage-space is helpful, but what exactly is the url which I have to use to free up storage? please help, thank…
1
vote
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…
1
vote
0 answers

Custom Connection Xero API in Power Automate

I have been trying to connect to Xero through a custom connector on Power Automate but I always get either: Operation failed (403), or when I include the Tenant ID in the header I get Request failed. Please try again in a few minutes. Has anyone…
0
votes
0 answers

How can I filter a Gallery in Power Apps based on a lookup column

I have two tables in Microsoft Dataverse Legacy, ATTESTATION and CONTENT, the ATTESTATION have the following fields: ATTESTATION_NAME (Primary Name column), COMPANY, DATE, DOCUMENT, LEADER_NAME and the CONTENT have these fields: ID (Primary Name…
0
votes
0 answers

Combo Box and Drop Down not showing correct options

In my Power App, I am using a Combo Box to allow users to select an option from a choice column in the connected SharePoint list. Instead of the Combo box showing the different options that it should, it shows a large blank list with several hundred…
0
votes
0 answers

getting error in Power automate while accessing get api

BadRequest. HTTP 要求に失敗しました: 'The character set provided in ContentType is invalid. Cannot read content as string using an invalid character set.'。
0
votes
1 answer

Powerapps solution failing to commit latest changes to dev via git

Running into issues with AzureDevOp pipelines for PowerApps Solution. Initially was able to add solution files to source control without any problem and then created a dev branch from it to keep committing changes to the dev branch. This is code…
Sanjay
  • 279
  • 1
  • 5
  • 14
0
votes
1 answer

How to scroll down on a web page? [Power Automate]

I am building a flow on power automate that goes to a website reads the data and then extracts to excel, but I don't know how to tell the flow that the page needs to be scrolled to show more results. I have tried to use a java script functions but…
igdc
  • 25
  • 7
0
votes
1 answer

Microsoft SharePoint: Is there an API for uploading a List fast?

I have a problem, that I want to write a Client-Application, which uploads a CSV-File with about 700 lines to a SharePoint Online-List. I just found the function to upload a single line to a SharePoint list in Microsofts Graph & SharePoint API. This…
0
votes
0 answers

PowerApps Usage Analytics stopped updating

So I've been using PowerApps for almost a year now and lately, the Analytics became a bit problematic. A few weeks ago, it stopped logging the daily usage data. And yesterday it stopped displaying the PowerBI visuals altogether. I checked with my…
Aaron
  • 5
  • 1
  • 6
0
votes
1 answer

MS PowerPlatform: Use data inside a Azure data lake via a Flow

Edit: Still nowhere closer to an answer. Help appreciated... My company has some simple lists with data I need and we already have these lists in the .parquet format inside a data lake. (Edit: Gen2) I'm supposed to build a small PowerApp that uses…
1
2 3 4