cancel
Showing results for 
Search instead for 
Did you mean: 

SAP IRPA 2.0 Number Data Type Unable to Convert To String

0 Kudos

Hi All,

I am trying to convert number data type to String data type and put it in a dialog box or log message for demo purposes but unable to

used the variable saying that the object does not exist and not accepting the variable.

Anyone experiencing this one using Cloud Studio? Thank you.

Regards,

Jeorge

Accepted Solutions (1)

Accepted Solutions (1)

Hi Jeorge,

The issue is caused by (toString) called as an attribute rather than a method, in other words: you should add parentheses at the end.

Do it like this instead:

Or you can directly put the variable as a value for the "Log message" activity without any conversion and it would still work.

0 Kudos

Thank you for the solution. Already fixed it.

Answers (0)