Hi Gurus,
I need your assistance in designing the following flow between SharePoint and Teams Planner.
Any help would be highly appreciated on this.
Cheers
Rohan
I was able to resolve this by adding a new column in Sharepoint which will store a FLAG which specifies if its coming from Planner or from Sharepoint. I am using this flag as a condition in my flow to decide if the item in the sharepoint needs to be created or not.
Thanks. I actually tried this way as well but in my current design this won't work due to the fact that the sharepoint can also be updated at any time directly.
You should add something like a date column for the last modified by flow date-time.
Then on any flow that creates or updates the list, you can fill that column with utcnow().
Then you can add a trigger condition on your other flow(s) that checks if that modified by flow column has a date-time less than utcnow() minus a few minutes. So it checks if the item was modified by a flow in the past few minutes & if it was not (the modified by flow date is less than a few minutes before the flow was triggered) then it will continue with the flow run.
WarrenBelz
146,594
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional