Hi @S-Venkadesh
Thanks for your response.
We are deploying a new version of the solution using pipelines. Single step upgrade approach. Target is managed solution. No unmanaged layers existing (checked with XrmToolbox).
I noticed in the solution XML that there were quite some appelement tags referring to bots. One of these bots, is the bot in the destination environment, and no longer existing in the source environment. I was unable to remove these appelement using XML modification nor I saw any option in the Model-Driven App Editor to remove the references to these bots (appelemets?).
Example appelement tag.
<appelement uniquename="xxx_xxx__schemaname_cr926_bot672100">
<iscustomizable>1</iscustomizable>
<name>cr926_bot672100</name>
What we then tried was creating a brand new model-driven app. This is not ideal but we want to get this fix over with. This new model-driven app does not have references any longer to these appelements so we assumed that this would solve the deployment.
However, now we receive a total different error. Being:
Import failed: {"statuscode":500,"statusdescription":"Internal Server Error","errors":[{"code":10000,"message":"The value passed for ConditionOperator.In is empty. Attribute Name: TeamId, Attribute Id: 5b31a87c-069a-4c96-9567-628e835ae10c"}]}
We are a bit stuck now.