Client Hash Security GetTransaction Data failure to get the dt_WorkItem.count - Value cannot be null

Hi All,
Can anyone please help?

Hi @mitradeep,

Based on the error, your variable might be null. Make sure that you are passing and receiving the DT variable as parameter.

Probably you are getting the DT variable from another flow, so make sure to extract as out parameter and set dt_WorkItems as global variable.

1 Like