Error Getting in Uipath

Error BC30512: Option strict on disallows implicit conversion from ‘String’ to ‘Interger’

Above error i am getting in switch activity of flow chart, i am beginner for UiPath

Please help

Hi @Navnit_Ghadigaonkar ,

You could try changing the TypeArgument in the activity from Int32 to String and check if it resolves the issue.
image

1 Like

Thanks Is working

1 Like