Assignment 2 | Process finished due to no more data

Hi,

I followed the walk-through of Assignment 2 - Generate Yearly Report for Vendor and created Dispatcher as per the steps provided in the document and I’m getting ‘Process finished due to no more transaction data’ as output. Can you tell me where I might have went wrong?

Thanks

@vasundhara.sharma

At the No Data - State Transition, the rule is if TransactionItem Is Nothing then it will log “Process finished due to no more transaction data”.

So the possibility is the TransactionItem is not assign to any value yet.
image

Even I am facing the same isssue

You should start by tracing where TransactionItem had gone through, in that way, you will know why it is not getting any value.