Hi All
I have a peculiar problem i believe, and am not sure how should i solve this
I have a condition X
if X = True then I need to ignore the remaining rows and stops else
if X = False then I need to move to the next row, update a field value based on a formula and then recalculate the main condition and check whether its True of False. If its True then i can stop else I need to folllowing the above steps again until my condition changes to True
I am not sure how or if I can update an existing field value whilst iterating through the rows and doing my condition checks
Hope this makes sense.