How can I create a system using Azure logic app & Azure SQL with the given functionality:
Whenever a user invokes the logic app, logic app gets the uuid of the user. This uuid is passed to Azure SQL and on the basis of uuid row level security is applied. After applying the row level security, Azure SQL sends back all the generated rows to logic app.
It will be better if Azure AD can be used for row level security