What does "Identifier Expected" mean?

Hi all,

I have this error when I am trying to split my data stored in a template.
The values for in_dictSetting(“File Type”) is “PDF,XLS,JPEG”
image

How can this be resolved?
Thanks.

@SRoyi no need of C in this Split format.
You can split two ways.
One you are following and second one
→ YourString.Split(","C)

Note: You have dot after split function

You have a dot after Split, before the first parenthesis.

Thank you for the help

Thanks for the help!