Hello,
I will try to keep this as concise as possible as I have been wracking my brain the entire day trying to figure this out.
Problem
I have 3 environments, Dev, QA and Prod. I have a solution which contains a collection of entities, a couple of flows and some option sets. I have exported and imported this solution from Dev to QA and Prod a couple of times with no issues. However, today I decided to change a field in Entity A to look up on from Entity B in the same solution instead of the System Users Entity. After doing this, I tested to make sure I could create/edit records in Dev and it worked. Exported/imported into QA and everything worked. Importing into Prod is where the trouble happened. I received this error intermittently:
A flow I had connected to this entity also had an error stating this:
The flow error remained constant however the Query Builder error seemed to be intermittent for multiple users. It was really odd that I could create an entry sometimes and other times I could not. Eventually, the error became more and more common until it was consistent.
What I've tried
The most bizarre thing to me is everything works perfectly UNTIL I use my prod environment. I also can't understand how it would create records sometimes then the very next record, using the same data, throw an error. I am out of ideas as to how that environment has issues when everything I use is within the same solution.
Apologies for the wall of text here. My head is swimming and I felt like all of that detail may help someone smarter than myself help me. Please let me know if I can provide any further details that may assist.
Update - After coming back to this with a fresh mind, I actually found out what was going on. It turns out the only difference between QA and Prod for me was a duplicate detection rule. I created that rule using the old fields and forgot about updating it. It's unfortunate that all of the errors seemed to indicate something was wrong with the entity or solution when it was actually something in the environment itself.
I still don't understand this error seemed to pop up only if I edited records. I would think creating records would trigger the dup detection rule.
Hi @Reigningfear ,
Since I could only totally create an exactly same solution, so I could not find where's the problem in details.
I could only give you some advice about this kind of error:
This error shows up when there is a reference in SolutionComponents for an attribute that didn't exist in the system anymore or if it exists, the ComponentType will be "2".
In your case, the attribute is the AttributeId mentioned in the error message. You can look for that specific AttributeId via Odata query
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/query-metadata-web-api or via CRM REST builder https://github.com/jlattimer/CRMRESTBuilder and confirm if you are able to locate it and its ComponentType.
Once you get the details of the component, try removing it from the solution first and confirm if that resolves this error and then you can take necessary action on that component within system.
If the problem still exists, I suggest you open a ticket here:
https://powerapps.microsoft.com/en-us/support/pro/ticket/
Best regards,
stampcoin
15
ankit_singhal
11
Super User 2025 Season 1
mmbr1606
9
Super User 2025 Season 1