Hi All
Can you help me to fix this following error pic. I have passed arguments for TransactionQueueItem variable to “SetTransactionStatus” workflow in RE-Framework . Bot has passed the condition for " If JobQueueTransactionItem isNot Nothing AndAlso (JobQueueTransactionItem.GetType is GetType(Uipath.Core.QueueItem)) and I tried to print the Name for JobQueue in writeline " “SetTransaction status : " +JobQueueTransactionItem.SpecificContent(“PracticeCode”).ToString”, its given correct name. I couldn’t find the root cause of the error. can anybody help me to resolve the error.
Thanks