Process Flow - Map directive for variable mapping
Start
Define map block
Input variable checked
Match input value to map keys
If match found
→Assign mapped value to new variable
If no match
→Assign default value
Use mapped variable in config
End
The map directive checks an input variable, matches it against keys, assigns a mapped value or default, then uses that mapped variable in configuration.