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

  • 22 May 2020
  • 1 reply
  • 2 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

Userlevel 5
Badge +13

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?

Reply