Variable 1 => Key1: value1, Key2 : value 2
Variable 2 [Depends on Variable1] => if Key1==value1 : anothervalue1, if Key2==value2 : anothervalue2
The value1 and value2 for Variable2 are the values for Variable1.
How can I achieve this scenario?
Any way possible is welcome.