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?