Conversion issue from String to Integer

Hi experts,

I am a very beginner of UIpath so it might be a rudimentary question though.

What I want to do is to to create a variable which is called “count” so that the variable has a figure 2 as Integer. but the system rejects my attempt saying “option strict on disallows implicit conversions from integer to string” as follows,

Plz can anyone help me get out of this stuck?

Thank you.

Kenta Kono

Hi @rwandayuhak

Welcome to forum

Open the varaible panel and change the data type of count variable to Int32

It will solve your problem

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

Dear Nived.

Thank you for the information. I open the panel and change the Data type of the variable from String to Int32. then it is resolved. Thank you!!

1 Like

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