Hi All
I am working on a scheduled flow that needs to take some data from one SP List and update another SP List.
So I need to Get Items from FromList and update MonthlyTotals where column 'OfficeId' matches.
So I Get Items from FromList and then do ApplyToEach on FromList.
And the question is - in ApplyToEach how do I get an ID of an item in MonthlyTotals that I need to update

Thanks