SP_6721
Honored Contributor II

Hi,

In this case, :my_param behaves as expected since it keeps '1','2' together as a single string (the same as set in the widget), while ${my_param} interprets it as separate values. Although ${param} still works for now, it’s considered deprecated. There isn’t an official end-of-life date announced, but it’s a good idea to start using the newer :param style going forward.