Changing Selector on Dynamic Input

I need some help with changing a selector for a dropdown based on an input month.

This is the selector I have. The popup7 part is what indicates which item in the dropdown to select, and this corresponds to a month. How can I change that part of the selector based on an input month?

Hi @Tal294

Have u tried using select item activity and selector is DateTime.ParseExact(inputmonth,“dd/MM/yyyy”,System.Globalisation.CultureInfo.InvariantCulture)

Thanks
Ashwin S

That is not the solution I am looking for. Is there a way to dynamically change the number on the actual selector?

@Tal294
Your selector isn’t displaying above. Either add a backslash before the first < character or highlight it and do Ctrl + Shift + C to make it preformatted text.