413 questions
0
votes
0
answers
31
views
Is Azure Service Bus Session Available within ServiceEndpoint in the Plugin Registration Tool?
I am facing a potential limitation with the Dynamics 365 CRM solution.
I am aware that Azure Service Bus has built-in session functionality, which can be easily achieved through custom development. ...
-1
votes
1
answer
38
views
Trouble Updating Lookup Column Power Automate, Error 404
I have a table called Budget Report, with an empty lookup column to the table Financial Record. I am trying to update the empty lookup column in Budget Report with identical values from another column ...
0
votes
1
answer
66
views
Update a row in Lookup Column failed Power Automate Bad Request Error
I have been trying to update several rows in the lookup column in my microsoft dataverse table using power automate. My flow is supposed to list all rows, and then update the same column in each row. ...
0
votes
0
answers
33
views
Multi-Valued Text Input using One-to-Many Table in Power Apps
Is it possible to create a Power App which populates two tables at the same time that have a complex one-to-many relationship. Where you're adding one record to one table but several to the other (...
0
votes
1
answer
37
views
Navigate to another screen based on the dropdown item in Powerapps - Formula not working
I'm trying to create a shipping collection form for my team. How I want it to work is that there is a dropdown menu of countries a user can select and based upon that drop down selection, it will then ...
1
vote
0
answers
5
views
Dataverse bulk operation logging
In dataverse if one uses bulkoperations to delete larger amount of data from table, does one need to worry about logs piling up and taking space from the database? Forexample in Azure SQL if ...
0
votes
2
answers
62
views
Refresh PowerBIIntegration.Data not working
I am using the Power Apps for Power Bi visual in my power bi report where I have forms that prompt the user to add/edit data after drill through.
However, when I try refreshing the PowerBIIntegration ...
0
votes
0
answers
62
views
Power Apps PowerBIIntegration not working
I have a power bi report where I would like to enable drill through for some visuals as well as include a power apps visual to edit data.
I have already enabled the drill through functionality and ...
1
vote
1
answer
108
views
Powerapps: ClearCollect() is not showing all columns filled from Dataverse and showing with schematic name and not real col-header
When I run in Powerapps on a button with a onselect
ClearCollect(colPeopleTEST,
FirstN(Sort(PER, PERNAME), 30)
)
I get the collection colPeopleTEST in the variables displayed.
Problem is, ...
0
votes
0
answers
23
views
Power App flow integration with dataverse
I'm new to Power Platform and I developed a power app which has a flow which uses dataverse to store data, I bought per-app licences and delpoyed correctly in my tenant admin account, but he problem ...
0
votes
0
answers
9
views
OIDC Custom IDP (SurfConext) no email claim in id_token
I have the custom IDP hooked up to my Microsoft PowerPages website via OIDC. However after successful sign-in through the IDP, even though the email claim is precisely mentioned to be returned, there ...
0
votes
1
answer
102
views
Adding API Permission for Power Apps Runtime Service for a Registered application
I have a registered application in Entra ID to which I want to add an API Permission for Power Apps Runtime Service. Currently I have a DevOps permissions that I was able to grant admin consent for
...
0
votes
1
answer
126
views
Microsoft PowerPlatform Dataverse Nuget SDK always shows 'HTTP request was forbidden with client authentication scheme 'Anonymous''
So I am trying to follow this section here: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/quick-start-org-service-console-app
Whether I use a connection string like:
...
0
votes
0
answers
32
views
Pre Validation Dataverse Plugin - Error on delete
I'm developing my first dataverse plugin. My issue is I get an error preventing the delete action from completing. Thus, I can't debug. Assuming there was an issue with the code, I added a "...
0
votes
1
answer
202
views
How to Connect And Load the Data From Databricks to Dataverse Entity table
We have requirement to insert the data from databricks notebook into Dataverse entity table to load the data.
below steps and connection details and example if any one share, it could be great for us.
...