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

1 Like

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

1 Like

Thank you for the help

1 Like

Thanks for the help!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.