Logic Apps - HTML Table

schourey 1 Reputation point
2021-02-26T22:25:23.007+00:00

How to add different sql query results to different HTML tables in logic apps

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,511 Reputation points Microsoft Employee
    2021-03-01T05:01:30.42+00:00

    @schourey You could use a combination of the following to achieve your scenario

    1. Use the union function
    2. Use the Compose Action
    3. Finally, use the Create HTML Table Action
    0 comments No comments