Dispatcher Navigation issue

Well then. Put an “IF” in “Get Transaction Data” state machine. Put that under the “Invoke GetTransactionData activity”.

Condition= TransactionItem isNot Nothing
Then TransactionNumber=TransactionNumber + 1

Hope that works. Let me know @Shah

1 Like

@ercanebiler where exactly should I place IF in “Get Transaction Data”?

Should Stop>Else>Try>Sequence after the “Invoke GetTransactionData workflow”

@ercanebiler it is there:

Please just do what i said

I didn’t tell you condition will be TransactionItem.Equals(“”)

I said

Condition= TransactionItem isNot Nothing
Then TransactionNumber=TransactionNumber + 1

When TransactionItem came NOTHING it will go to end process by default.

Like i said, just do i said before…

@ercanebiler I made the modifications. But still observing execution error:

It seems your datatable is empty. Please check datatables which you scrape and which you use in the action.

1 Like