I have this request: Within an Interactive Grid, I have multiple rows and one of the columns contains an individual Id. I want when the user clicks Save, an email to be sent to the individual ONLY for those rows that were modified in the grid.
I was able to send the email when the individual changed, but I need just when the user click Save, not before.
Maybe I have to use collections or ?? Any idea?
Thanks