Nested for each

I have a table of data like this.

  • 1st row contains 3 data,2nd row contains 1 and 3rd row contains 4 like this.
  • I want to apply a nested for each loop for each data of each row and want to apply a rule on each data field.
  • I want to return the whole set of data after applying the rule on each data

How can I achieve this?

Thanks in advance

  Discussion posts and replies are publicly visible