Error When Passing Struct as Input to Function in Solidity

https://ethereum.stackexchange.com/questions/144952/error-when-passing-struct-as-input-to-function-in-solidity

I’m trying to just call a function that has a struct argument…The thing is that Remix somehow doesn’t recognize all the inputs from the struct in the function.
I tried making the image very descriptive! It contains the struct, it contains the argument I’m passing in and it contains the values array that shows all the correct arguments, expect for one, where it replaces "2027" with "," and so I can’t move forward with the transaction.
I tried all combinations of commas in between the arguments, like all of the arguments with a whitespace after them or before them, a space after and before them, etc.

enter image description here