
Announcements
Hello everyone,
I have the following issue:
When I create a flow in PowerApps Studio for Teams and try to automatically update a row in a Dataverse for Teamstable located in another Teams environment, I get the following error message:
{
"error": {
"code": "0x80090477",
"message": "The 'ExecuteTransaction' message is not supported for the Dataverse for Teams offering",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionSourceKey": "Api/PrePipeline",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepKey": "00000000-0000-0000-0000-000000000000",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiDepthKey": "0",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiActivityIdKey": "",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiPluginSolutionNameKey": "System",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepSolutionNameKey": "System",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionCategory": "ClientError",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionMessageName": "SdkMessageNotSupportedForCDSLite",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionHttpStatusCode": "400",
"@Microsoft.PowerApps.CDS.ErrorDetails.0": "ExecuteTransaction",
"@Microsoft.PowerApps.CDS.ErrorDetails.1": "Dataverse for Teams",
"@Microsoft.PowerApps.CDS.HelpLink": "http://go.microsoft.com/fwlink/?LinkID=398563&error=Microsoft.Crm.CrmException%3a80090477&client=platform",
"@Microsoft.PowerApps.CDS.InnerError.Message": "The 'ExecuteTransaction' message is not supported for the Dataverse for Teams offering"
}
}
Such a simple flow should also work in a Teams environment, right?"
Any help would be greatly appreciated!
Thanks in advance! 😊