I have a flow which creates a word doc and pdf from items in a sharepoint list using a word template document.
I would like to use flow to put a link to the newly created pdf file back in the list item.
I cannot use 'when an item is modified or created' as a trigger without creating a flow loop.
I was thinking of using another flow with a recurrance trigger to do this once a day but this means we would lose the modification history because this would be overwritten by flow each day.
Is there a way to add a condition so that flow can differentiate and only run when the modification is made by a user rather than flow?
Thanks Vicki