
Announcements
Hi there
I have a flow that creates new items into a sharepoint list when someone posts in yammer. My flow has apply to each condition as i want to extract the username and emails of the user who posted and the tagged users. Problem i am having is that when the flow is triggered it recreates the messages already in there. Is there a way to update the sharepoint list with only new comments and update the existing if any likes have been done? Below is the screenshot of the flow
@BianceBee you can add Get Items action to fetch existing items, using filter query, and if Get Items returns item, then you can update that specific item otherwise create new item.