Dispatcher Error

I change The REFramework For my Disptacher but i done eveything currectly but now i get a error like this

Hi,

Can you try to replace Assign activity with MultipleAssign activity?

Or try the following expression?

CType(Nothing,DataTable)

Regards,

@S_Yuvaraj

Refer this tutorial.

1 Like

Again I get the same Error

Hi,

Can you also try MultipleAssign?
Or can you share version of your Studio? Is it 2025.0.182?

Regards,

Hi @S_Yuvaraj

This error occurs because TransactionItem is a strongly typed variable DataRow or QueueItem Assigning Nothing causes a type mismatch. The correct solution is to remove the Assign activity completely, as REFramework already handles the end of transactions.

Cheers & Happy Automations

1 Like

is this Correct or Not and My Version is Studio 2026.0.182 STS

Hi,

It seems good.

Sorry, i had a mistake in my first reply. DataRow is correct.

Regards,

if i remove the Activity or comment the Acitivity it’s any problem or not

Removing or commenting out the Assign activity will not affect the logic. REFramework automatically handles the end of transactions when no data is available, so resetting TransactionItem is not required.

Hope it help

1 Like

Thanks For the Imformation

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.