Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
- Value of type ‘String()’ cannot be converted to ‘Integer’.
- Value of type ‘String()’ cannot be converted to ‘Integer’.
- Value of type ‘Integer’ cannot be converted to ‘String()’.
Getting this error
Hi @Ritaman_Baral ,
Could you let us know what is the data type of variable a
?
Also, the Error is not shown in the Screenshot, so we do not know on what activity or point is the error occurring.
@Ritaman_Baral ,
Could you also show us the variables and arguments Panel ?
A similar error was already recorded and suggestion was to replace the variable with a different name.
Let us know if this does not work.
mkankatala
(Mahesh Kankatala)
5
Hi @Ritaman_Baral
Debug the process and let us know at which activity the error was throwing. Send the screenshot of that activity when error throws.
vrdabberu
(Varunraj Dabberu)
6
@Ritaman_Baral
Please check whether the datatype of variable a is string() or not.
Regards
Hi @Ritaman_Baral
Check the data type of a, I think it is a integer data type. Change it to string
Hope it helps!!