OK, so things are partially working now. I discovered a typo in referring to the dynamic variable used to represent the customer full name in the loop. Simple retrieval and population works now for more than one customer at a time.
But I'm having trouble adding firther defining parameters to the script. In retrieving the variable "ActualDuration" from the Activity table, the basic script that works is: FullName = 'customerfromrow'
I try to add further specification:
FullName = 'customerfromrow' AND ActivityType = 'Admin:Contact (e-mail/phone)'
but I end up getting the same results as the script above.
Any thoughts on why my additional specification regarding Activity Type is not being recognized?
Thanks