Skip to main content

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?

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