Hello All,
I am facing issues in Production Environment.
I have 8 service account with production environment. I want to deploy a solution to all service accounts. Solution flows will be same for all service accounts but only difference is, in main parent flow, I want to change a Service account variable value as per service account (e.g ServiceAccount1, ServiceAccount2, ServiceAccount3,...etc).
So I exported a solution from Dev Environment and Imported in production environment of ServiceAccount1, Stabilized as per production needs, tested and was working fine, so I imported a same solution (by changing name from solution.xml file available in solution export zip file) in production environment of Service account 2. Then I changed a variable value as ServiceAccount2 and published changes. And I observed, whatever changes I did in Service account2 are reflected in service account1 (Changes I did is in Main parent flow and connection references)
Solution names as per service account-
Service Account1 : Baker_UAP_Process_Bot_2
Service Account2 : Baker_UAP_Process_Bot_2_svc2
Service Account3 : Baker_UAP_Process_Bot_2_svc3
Service Account4 : Baker_UAP_Process_Bot_2_svc4
Please have a look in below screenshot-
If I update a variable value in ServiceAccount4, this change is getting reflected all the service accounts.
Your inputs will helpful for me.
Thank you in advance.