I've got a list with >20 columns that I would like to iterate through the current item and make decisions based on a field's Column Name and the field's value. Is this possible?
I can solve the problem by manually creating (repeated) logic for each field, but this makes for a very long program (and a lot of work).
Any ideas?
THANKS!