I have a power automate flow when an item is created in a sharepoint, it will post message in a Teams chat.
But the issue is when two items are created at the same time (or in a short space of time) in a sharepoint, the teams message are posting the wrong content.
Sharepoint:
Power automate flow success:
Post message in Teams:
Is there any way to solve this issue?
executed once for both runs
How many times executed the last Apply to each?
Hi @VictorIvanidze
following your suggestion, I have rewritten the flow to exclude parallel branch.
But now the issue is the message in Teams shows 2 messages with the same item ID and the other item is missing
below example: item ID 213 is not shown in Teams whereas item ID 214 appears twice.
Sharepoint:
Power automate flow success:
Power automate - Post message in Teams
Hi @jchandra,
no, sorry, I have no time to explain. Just try to follow my suggestion.
May I know how the parallelism affect the flow?
Rewrite your flow to exclude parallelism.
this is the flow:
@jchandra can you share screenshot of your flow to understand how your flow is configured?