Generate Yearly Report - Performer (Compiler Error)

I’ve copied the expression in the walkthrough document to assign to the “month” variable and receive this error on the expression.Error

I tried to add a screenshot of the walkthrough but it says new users can’t upload multiple images?

Change in_TaxID to in_TaxID.ToString and month to month.ToString. You probably also don’t want in_ReportsDownloadPath in quotes.

Why was it necessary to make months ToString? The variable is already an array of string. Did it need to be made not into an array?

Why isn’t it in the PDF walkthrough like that? Did I do something different than the walkthrough? I thought I was following it closely.

(Your suggestion worked - thank you!)

It may not have been necessary. I was just trying to cover all of the possibilities for errors.