Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Update a SQL database record from email response

(0) ShareShare
ReportReport
Posted on by 110

I have a couple of flows that will send out emails for approvals, but I am running into a slight problem. The flow will send the email, with the response, but I need to update the corresponding SQL record with the response. Is this possible? The initiating app is a PowerApp, and the flow is set to run after the patch statement is executed.

  • Verified answer
    AthenaDepper Profile Picture
    110 on at
    Re: Update a SQL database record from email response
    So I was trying to do this, and it wasn't working last night, but with some playing, I was able to finally get it to work. What I did was pass it the last row id number + 1, since this number is auto-assigned. My biggest issue was to do this for multiple records at once, but I was able to put this into my ForAll loop. Thank you for your help!
  • v-yamao-msft Profile Picture
    on at
    Re: Update a SQL database record from email response

    Hi @AthenaDepper,

     

    How is your flow triggered?

    Please try to use the action Update row to update an existing row in a table. Note, a primary key is required when using Update row action.

    If your flow is triggered by a PowerApps button, you could specify the required Row id and Id from PowerApps, then update the email response to the table.

    1.PNG

    If you are using SQL Azure Database table, you could consider using triggers in the SQL connector, so that your flow could be triggered when an item is created, then update the corresponding item with the email response.

    Please take a try with it on your side.

    The following docs for your reference:

    Introducing triggers in the SQL Connector

    SQL Server

     

    Best regards,

    Mabel

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,618 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,957 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow