Hi all,
I am currently doing the practice 8 question. Here it says ‘‘Use two Assign activities to parse the data stored inside the Transaction queue, and store these values in two variables of type Integer32. Don’t forget to cast the data to Integer, using the cint(TransactionItem.SpecificContent(“Income”)) expression.’’
However when I am doing this, Uipath gives me a error that TransactionItem is not declared? What does this mean?