Hello Team,
Please help me with this,
I want to add new tables as datasources to an existing app. Users will be able to create new tables. I created a flow to use entitydefinition API to connect to the environment and create a new table in the existing solution the app is in. But now i want to connect the table that i just created to this app. I tried using this approach
but this did nothing and it asked me to add my organization url in front of the url.
I added this to the body
{
"properties": {
"dataSourceName": "@{variables('SchemaName')}",
"dataSourceType": "Microsoft.Dynamics.CRM",
"connectionId": "shared-webcontents-e3e0e5c2-5deb-46d3-9de3-5bca22fa4ed4"
}
}
But i am not able to complete this POC.
Please guide me how to connect an app to a table
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.