I have added the queue item to the queue (Suppose 1 queue item) It is perfectly running when I am executing the file when new transaction item is there but when it goes to the null value it is giving me the error like shown below::
I am using the command on flow decision activity like
IF
transactionItem.Id.ToString <> “”
Actually what i really want to do is that, if the next queue item is empty/no next queue item is there. Then i want the workflow to write as “Completed” as you can see after the flow decision activity.
I know i can use try catch activity. But, i wanna find a solution.
Please guide me in it, Only this error is remaining.
Fine before is FLOW DECISION use another flow decision and mention like this trItem = Nothing
if true we can connect that to a message box stating “no transaction item”
or it will goto false part where we can have this current flow decision and there we can validate the trItem.Id.String <> “”