
Hi,
I have 2 environments. I want to create record in Env 2 when we create record in Env 1. One of the field is option set which is copying incorrectly because of different values?
For example:
ENV-1
fieldName - Fruit Type
Apple, Value = 1
Banana, Value = 2
Mango, Value = 3
ENV-2
fieldName - Fruit Type
Apple, Value = 4
Banana, Value = 2
Mango, Value = 3
How do I use a switch case to change the value so that flow copies Apple from Env-1 to Env-2?
Hi Prajwal,
Maybe you can change value of the Apple option directly in the Env 2, then you can leave this flow unchanged
Go Settings > Customizations > Customize the system > entities > the entity you need > Fields to open the option set field:
Or you can add one condition to check the value of the option set from Env 1, if the value is 1(Apple), then set value=4 in the next action.
Maybe you can provide screenshot about your flow, then i can know where to add the condition step.