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,
Refer this tutorial.
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
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
Thanks For the Imformation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.


