Get Transaction Data in_TransactionNumber <= in_WIList.Count

Hi!

I think I do have that in my xaml file now.

But I’m thinking that maybe in_WIList might not have anything in it, but I’m not sure why it wouldn’t.

When I add a Write line before the if activity it says in_WIList is System.Data.DataRow
and
When the if statement executes the Write Line for in_WIList.Count.ToString it says the number is 0

image