I have a solution which contains several objects such as a Canvas App, Model Driven App and several flows and is based in Dataverse.
To move these to our testing environment we use a very simple Pipeline in DevOps.
This pipeline exports the solution and writes to source control, then uses that to build an artefact that is then used to import as a managed solution to the test environment.
Up until now this has worked solidly and issues that have arisen have been resolved due to error messages giving appropriate information.
However, following our current deployment we have received the error 'The reason given was: AttributeId is null' there seems to be no context to ascertain where this AttributeId is located. I have tried to manually export from our dev environment and import to test but get the same error.
I am reaching out in case anyone has experienced similar issues in the hope that they can either shed some light on where this coming from or at least give me a lead.
Thanks in advance.