Assignement 2

in_TransactionItem.SpecificContect(“WIID”).ToString

Compiler error(s) encountered processing expression “in_TransactionItem(“WIID”).ToString”.
Option Strict On disallows implicit conversions from ‘String’ to ‘Integer’.

specific content is not a member of string
how can I solve this error?

Hi @Mayur_Pawar

Have you change in_transactionitem as UiPath.Core.QueueItem

Thanks
Ashwin S

Try

Convert.ToInt32(in_TransactionItem.SpecificContect(“WIID”).ToString)

i can see one typo error. corrected now.
Also pls change variable type to string, may be it is in type integer.

in_TransactionItem.SpecificContent(“WIID”).ToString

yes I made it as string

it is saying specific content is not member of string