How can we send azure database table to users by using email. With schedule time.

NN 0 Reputation points
2023-11-15T09:55:32.08+00:00

How can we send azure database table to users by using email. With schedule time.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,243 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 22,156 Reputation points Microsoft Employee
    2023-11-15T11:17:10.94+00:00

    @NN Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    Based on the information provided I understand you want to run specific queries on the database table and send the query results in the email using logic app at different scheduled time frames.

    If yes, you need to create a workflow with the following actions.

    1. Using Recurrence as trigger to run the workflow at schedule time.
    2. using SQL connector in logic app and execute query action run the queries on the specific database table.
    3. Thereby pass the output of the sql action to the outlook connector and using Send email action you can send an email to the user with the respective data,

    You can refer to this thread of similar issue and let me know if you have any further questions on this.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.