before this link i tried
https://api.powerapps.com/providers/Microsoft.PowerApps/apps/{appId}/dataSources?api-version=2021-04-01
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