Hello i am trying to send unique emails to multiple users with specific data when item has been modified on sharepoint will be the trigger
Following is my sample data

i am able to get emails by unique values
after following the following guide
https://m.youtube.com/watch?v=BBB-4GzH5KE
however issue i am running into is along with emails i would like to retrieve the values for the users to include in body
example
send email to test@test.com
body FruitType Apple, Orange
i tried multiple ways to combine the values however it's just returning one raw data of first item

as far as changes goes i am pulling by since versionID

with my current setup i am able to notify user however it's sending multiple emails to same user except for multiple emails i would like to combine into one email that has new unique values

any help will be appreciated