specify action on specific records in list
Hi all,
I am trying to take a list and specify action(s) based on specificrecord within that list.
Please see example below
Let's assume that ListA has 3 records in it
I want to be able say
For the first record in ListA execute function A
For the second record in ListA execute function B
For the thrid record in ListA execute function C
Notice that each line is not performaning the same function .
Any info would be great.
Thanks in Advanced