Skip to main content
Nintex Community Menu Bar

Can we read each cell of a row in Editable List View?

  • May 22, 2020
  • 1 reply
  • 6 views

Hi

I want to know if we can read each cell of a row in a list view.

The rule "For Each Item" will read row by row.  I want to first read each cell and then display a message accordingly in a Data Label. Can we do it in K2 Five?

1 reply

Forum|alt.badge.img+15
  • Scholar
  • May 22, 2020

In your for-each, you can definitely check the value of any cell in the current row iteration using the fields in the SmartObject bound to the list you are iterating through and take some conditional action. Does that sound like what you are looking for?