Hello everyone,
I have a set of dates that sometimes only span a day but sometimes span several days, like in the picture below.

I have split that information, separating the date from the location leaving me with just the date. I want to format it in a certain way so I created a condition that would run a different set of actions whether the date was only one day or more than one, and as a form of differentiating both of the options I used the "-" separating the days as a condition for my If. So why isn't it recognizing it as such since it's not entering the condition.

IF Contains(GFMAList[0], $'''-''', False) THEN
And this is the text used

Does anyone know what could be the reason that the condition is not being met?
Thank you in advance
Telmo Ferreira