
Announcements
I have a the following setup:
1) Environments: dev, test, uat, production
2) uat is a copy of production (created using https://admin.powerplatform.microsoft.com/, full copy of schema and data)
3) After I have created my uat, I have added a new flow to uat that triggers on customer entity being created (this works fine) and adds another entity copying a few property values from the triggering entity to the new one.
PROBLEM: my flow is triggering in the UAT environment but is creating the new entity in production environment as well as the uat environment.
A) production environment doesn't have this flow, it's only in UAT
B) flow is using CDS current environment connector
C) I was able to create another test flow after I have discovered the issue that on the same trigger creates a different custom entity and that one is only created in uat. When I add to that test flow a new step to create the same entity then the test
flow will add it.
It appears as if the trigger is starting flow in UAT but create entity is adding one in both uat and production.
Did anyone experience the same problem or could advise where to look for issues?
Hello @rob_wilczynski
On the problematic flow, if you create a new action to point to the CDS with the same configuration, the issue persist?
Also, what happens if you create a copy from the problematic flow inside the context of the UAT environment? Does the issue still happening?
I think for this scenario a deep dig and Troubleshooting will be required, so I recommend you to open a regular support ticket and get the right assistance.
Thanks.