Error in filtering out current transactionitem from Datatable

Hi Community =D

I am trying to filter out the current item from a datable but i am getting the below

Its not the iteminformation which is wrong. Right above I have a filter activity with the same conditon except it keeps the transactionitem instead of removing it.

Thanks in advance

Kindly check once whether there is a transaction item to be processed before getting to filter datatable activity
Like use IF condition and mention like this
TransactionItem is nothing
If true it will go to THEN or will go to ELSE Part where we can keep the filter datatable activity

Kindly try this and let know for any queries or clarification and also ensure that datatable variable is defined having some value in it

Cheers @ChrisPals

Hi

Solved it, I missed to fill out an argument value for the datatable.

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