How to split word in a line which contains comma as a separator give syntax

I need a answer for split word in a line which contains comma as a separator please give syntax

Hi Sindhuja,
try this
stringVar.Split(Convert.ToChar(“,”))

Or there is also the Split String activity

Hi @sindhuja,

Welcome to UiPath Forum Community.
Please attend UiPath Academy training to know more about RPA and UiPath Features .

Happy Automation
Cheers :slight_smile:

Dear Ovi,

I can’t find split string acitivity or install package in uipath. Can I know how you can add it?

thank you!

@ovi , I didnt find any such activity “Split String”

Hi @ChitraPal

Try it like that: