Hello, any idea why in t-code sbwp in workflow part I am not able to count rows?
This is the whole screen:

As you can see, there is 1581 workflows, I am using filter on certain column to have only the results I need for further automation. (but also tried to count rows when filter was not applied). This is how it is defined:

In automation I am using Get Rows Count (GUI Grid) but its showing empty:

My goal is to select them all and Execute (F8) which I already achieved, but I need to repeat same action on all of the items and I was thinking of making the repeat action as per number of the lines.
Thank you