Getting issue in Flowchart activity

Getting issue while performing on Flowchart…Error getting like below…
Flowchart Practice.xaml: BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘Integer’. The selected value is incompatible with the property type.
can anyone give me the solution?..

1 Like

Hi @KuruvaJayaPrakash

If you are using any assign activity, In that change the Variable datatype to int.
Or in the value give .toString.

Hope it helps!!

@KuruvaJayaPrakash

In assign activity please give the Cint(Your value) in value field.Please add Cint in the value field.

Hope it helps!!

No use @mkankatala…I tried…

Hello … Not working @vrdabberu I tried as you said.

Could you send me the screenshot of activity in which you are getting this error.

Then it will be better for understanding. @KuruvaJayaPrakash

Sure…@mkankatala


Please check it…

In the value in assign activity just remove the double quotes(" "). @KuruvaJayaPrakash

Hope you understand!!

1 Like

Yes just now I did…Thank you @mkankatala

1 Like

Thank you @KuruvaJayaPrakash.

Happy Automation!!

1 Like

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