I have a list where I want to perform notification of changes to items within the list, showing what changed; similar to how alert subscriptions for lists work. The reason I have to create a workflow versus using subscription alerts is that I need to perform the notifications on a per item basis rather than every item in a list. I've got the logic worked out for sending the directed email alerts upon item change, but I can't get it to show me the deltas of what changed.
Tyler McLaughlin