Hi all,
I have a flow that updates a share point list based on a yes/no condition. If yes, an adaptive card is generated and posted in the chat channel of Teams. My issue is that, sometimes people will receive say 5 adaptive cards because the sharepoint list that they are "attached" to is updated in the flow five times. Is there a way to only send the card once on the 'yes' rather than every time the SP list is updated?
I have attached a screenshot of the flow .. Thanks!
Solved! Go to Solution.
Hello @Rachelle_K ,
you could add another column to the SharePoint list to store the information if the adaptive card was already sent. E.g. AdaptiveCard_send of type Yes/No, default value set to No, and when you send the adaptive card you'd update it to Yes.
Then you can use it in the flow and send the adaptive card only if the column is set to No.
Hello @Rachelle_K ,
you could add another column to the SharePoint list to store the information if the adaptive card was already sent. E.g. AdaptiveCard_send of type Yes/No, default value set to No, and when you send the adaptive card you'd update it to Yes.
Then you can use it in the flow and send the adaptive card only if the column is set to No.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
26 | |
25 | |
24 | |
21 | |
17 |
User | Count |
---|---|
54 | |
45 | |
33 | |
33 | |
30 |