Usually, we will use presentation variable which holds only one value.
Syntax:
@{Presentation_Variable_Name}
What if , there is a scenario where the user selection in prompt is multiple selection.
Then the normal syntax to call presentation variable doesn't work.
Solution for this scenario is, using the different syntax for presentation variable which contains multiple values.
Syntax:
@{Presentation_Variable_Name}['@']{'Default'}