Hi all, i am facing below issue when i am working level 3 assignment .
“Cannot assign from type ‘UiPath.Core.QueueItem’ to type ‘System.String’ in Assign activity ‘End Process’.”
As per document i have changed ‘TransactionItem’ variable type to string in GetTransactionData, Process, and SetTransactionStatus files. i am facing above issue only in GetTransactionData state except 2 states.
Can any one please help me where i am missing converting variable into string.
Main flow -
Get Transaction -
Validation error page-
Thank you.