I have a flow that pulls a list of items that have been modified in the last week on a SharePoint list. I have a different flow that pulls a list of what changes were made to a specific ID number based on the modified trigger. Is there an easy way for me to create a list of the changes made to all the items that were modified? For example, if I have a list of 3 items modified, I can know which columns were modified in those three items? I thought I could just do an apply to each with the input being the list of items modified - but I can't seem to get it to work