Hi there,To be able to verify each fields in a multiple row instances of a table, you must specify which row you are trying to access...To do so, you need to specify the row's index, this way you can treat each rows within a loop and access each fields inside that rowInstead of using resolveNodes, I...