Hello all,
To setup some back story:
• I am only using the Microsoft Dataverse to hold information in the table. (No SharePoint)
• The Column that I am looking to trigger the workflow is named, "Progress".
• Once an item has a status of "Completed" within the "Progress" column, I would like it to send an E-Mail.
The workflow that I have setup so far is this:


Ultimately, I am going to want to have a list that users can update and then the app will put that into the "To" section (much like I expect the "JIRA #" to function within the subject line), but for now, I am just trying to get it to send the E-mail to me.
I have sent E-Mails successfully from within this app (separate testing) and that seems to work fine, so I believe that I have everything setup correctly for the E-Mail mechanism to work, so I am thinking there is something wrong with my workflow. One restriction that I am working with is that I can only develop this application from within the Microsoft Teams "Power Apps" application. (I have also attempted to import this project using the .Zip file, but I do not have permissions to do so.)
Getting the automation working for the E-Mail notification would be a huge help to my company, so any help would be appreciated, especially with the given parameters - specifically that I am having to do this from within Microsoft Teams.
Thanks in advance guys. Any information would be helpful, even if its only WHY I cannot seem to get it to work, if not a solution.