Selector Issue in Month - Prints System.String[] instead of month

I need some assistance, please.

I am getting the following error:

I have the following setup:
Months is an array of strings
Months is assigned {“January”, “February”, “March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”}

image

My selector expression:
image

If I dont use Months.ToString, and just use Months, I get a validation error: Operator ‘+’ is not defined for types ‘String’ and 1-dimensional array of string

If I do use Months.ToString, I get the, "Cannot find UI element corresponding to this selector and it prints the System.String instead of the month.

Can someone help please?

I solved this part at least…

I had ForEach item, not ForEach month

Changed:
image
and changed the selector to:
image
and it seems to be running.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.