Main.xaml: Compiler error(s) encountered processing expression “DaysInMonth”.
Value of type ‘System.Collections.Generic.List(Of String)’ cannot be converted to ‘1-dimensional array of String’.
I am using a while loop to put each day in a month into a List.
Thank you. But can you explain how the invoke method works, how does it add each counter to the List? And why does this work and not the add collections activity that I am trying to use. The only differences I see are the invoke method and you initializing the List inside the sequence while i initialized it in the Variables tab.
In theirs they had used the Invoke Method to add the counter to the list. I just wanted them to explain how the method works and what are the reasons why I am getting my error.