I have a AI prompt column that works fine when using in a model driven app. When I need to set up the flow to copy the record, I got the following error.
"body": {
"error": {
"code": "0x80040216",
"message": "Exception in PromptColumnExtension during RetrieveAndPopulatePromptColumnOfAnyEntity for Prompt Column",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionSourceKey": "Plugin/Microsoft.Crm.ObjectModel.CustomBusinessEntityService",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepKey": "cb6fd59e-a37a-ef11-ac20-6045bd1d4b8c",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiDepthKey": "1",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiActivityIdKey": "9121d9ec-dd60-4f95-9ab6-e66ccf1fe83e",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiPluginSolutionNameKey": "System",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepSolutionNameKey": "System",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionCategory": "SystemFailure",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionMessageName": "UnExpected",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionHttpStatusCode": "500",
"@Microsoft.PowerApps.CDS.HelpLink": "http://go.microsoft.com/fwlink/?LinkID=398563&error=Microsoft.Crm.CrmException%3a80040216&client=platform",
"@Microsoft.PowerApps.CDS.InnerError.Message": "Exception in PromptColumnExtension during RetrieveAndPopulatePromptColumnOfAnyEntity for Prompt Column"
}
}
I tried to hide the AI prompt field, leave the field blank, and even write a null expression, Still receive this error.
Copilot said that the only way to fix this is to disable or delete the AI prompt column. I'm hoping to have a better alternative.