Good morning. Power Apps newbie here.
Question: In Power Automate, I'm trying to create a trigger for a SharePoint List when a status for a column changes. The problem I'm running into is, when triggered, the flow finds each list item in that column with the same status and sends multiple emails (an email for each item), because there is more than 1 item with that status. This occurs for SharePoint template "when an item is created" and for "when an item is created and modified".
I found information on using template "get changes for an item or file (properties only)" with "trigger windows" and using "send an http request to SharePoint" to check for version changes using "since version number". However, I can't seem to get the "Uri" correct. I get an error. (FYI: Triggered actions made in Power Apps, stored in SharePoint list). Yes, versioning is enabled.
Anyone know a way to get this to work so that new changes are triggered and only an email for the new change is sent? Any help or information is greatly appreciated. Thank you.