Questions tagged [common-data-service]

90 questions
9
votes
2 answers

Environment discovery failed. No matching environments matched the given Id - PowerApps

Am trying to connect to one of my PowerApps environment using the console app given in the following URL Get started with the Common Data Service SDK I followed all steps provided in the link. Registered App in AD, created environment and database…
Ranadheer Reddy
  • 4,202
  • 12
  • 55
  • 77
5
votes
1 answer

Flow cannot use a Child Flow because of them being in a different Subscription despite being in same Solution

When I'm saving a Flow which needs to call a child-flow, I'm getting an error to indicate that this flow is in a different subscription. The error message suggests that I need to move the subscription, however, there is no way to do that within…
Matty Bear
  • 517
  • 1
  • 4
  • 16
4
votes
0 answers

Access Azure Databricks Delta Tables from Microsoft Dataverse(CDS)

Can Powerapps be connected to Delta Table that resides inside Azure Databricks? Most of the articles hosted on Microsoft Docs suggest exporting data from Delta Tables to e.g. Azure Storage Account and then accessing it via powerapps. Also I found…
Lubu
  • 123
  • 2
  • 11
3
votes
3 answers

Dataverse (common data service) - create tables with a script?

Is it possible to create some kind of script (SQL, PowerQuery or whatever) to create tables (and other DB Stuff) in Dataverse? Everywhere I look they only describe how to click click click, I'd like to have a workflow of creating stuff on my own…
Rudonja
  • 47
  • 8
3
votes
2 answers

Loading records into Dynamics 365 through ADF

I'm using the Dynamics connector in Azure Data Factory. TLDR Does this connector support loading child records which need a parent record key passed in? For example if I want to create a contact and attach it to a parent account, I upsert a record…
Nick.Mc
  • 18,304
  • 6
  • 61
  • 91
2
votes
1 answer

Toggling a class within another component

my understanding of Angular is very basic (I'm trying to learn!) and need some help with regards to setting a click event between 2 separate components. I'll specify the scenario... I have a header menu which contains a button which on click, will…
user19557839
2
votes
1 answer

Azure Logic App error ActionResultsSizeLimitExceeded for filter array

We created one logic app, in which we fetched records from CRM using the Common data service i.e List Records. This records further filter using the filter array in the For each loop. The for-each loop is running on the result of the Stored…
Ajay
  • 23
  • 2
2
votes
1 answer

How can I get a connection string for a Microsoft Common Data Service Table?

We'd like to create some C# services to intereact with the Microsoft Common Data services. We are not using Microsoft Dynamics (we might in the future, but that's maybe and not now), so https://.crm.dynamics.com does not seem…
Brian Kessler
  • 2,187
  • 6
  • 28
  • 58
2
votes
2 answers

What permissions does user need to create and use powerapp?

In powerapps admin centre, I have an environment without CDS. Inside the environment there are 2 roles - Admin and maker. Is it environment admin and environment maker? Or is it powerapp admin and powerapp maker? What permissions does user need to…
variable
  • 8,262
  • 9
  • 95
  • 215
2
votes
2 answers

Bad Request Issue with Manual Trigger Input but testing is successful

I had a child-flow that was working. I changed some of the input parameters using the usual Power Automate editor. I then went and adjusted the 2 flows that called this child flow. When testing this child-flow, it is successful. When the other 2…
Matty Bear
  • 517
  • 1
  • 4
  • 16
2
votes
1 answer

Dynamics 365 entity access via. CDS

I have a need to access Dynamics CRM data in a custom app. Is common data service is the right approach to achieve this? There is a need to read & write data from CRM entities, is CDS support write operation on CRM entities through APIs? Any other…
Shiju Samuel
  • 1,373
  • 6
  • 22
  • 45
2
votes
0 answers

Flow error, A record with these key values already exists

I created a Flow where if a record is created in Common Data Service it will delay for 10 seconds an email containing the information from the record just entered. I had everything working up until I decided to make the email format a little better…
B McNabb
  • 33
  • 6
2
votes
1 answer

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

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…
1
vote
1 answer

Power Platform Canvas App only environment, app user permissions

I have been building canvas apps as part of solutions on non-default environments for a while. Recently a customer required that the app be shared (to run, not edit) with an AAD security group's members. The SG setup is as follows; Image of SG…
1
vote
1 answer

Use Python in Azure Functions to download a File datatype file from Microsoft Dataverse/CDS

Microsoft recently introduced the File datatype for Power Apps Dataverse tables. I want to build a Power Apps Portals site that would utilise this datatype + Power Automate and Azure Functions to achieve file processing functionality. The processing…
1
2 3 4 5 6