Trying to split a string

Hi UiPath,

I am getting an error when splitting a string in my workflow.

for reference please see below:

Why I am getting an error that c is not declared?

Thanks

Alvin

1 Like

Hi

Try splitting like this

Split(yourstringvariable, ā€œ;ā€)

Or

Remove that comma between ā€œ;ā€,c
Put like this
ā€œ:ā€c

Cheers @alvin.c.apostol26

Hi @alvin.c.apostol26

Remove the , and try it like this: ""c

Best Regards.

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