Hello
I’m using the get queue item activity and I create a variable in the output of this activity of type IEnumerable my target is to check if the transaction has been processed before or not so I set a condition with the output variable if it’s greater than or equal to 1 then it’s processed but the condition wrong bc it’s different types.
Any suggestions?