Trigger Logic app from sharepoint Button

Subro 1 Reputation point
2022-08-24T06:08:07.293+00:00

Hello,

I have a report which was generated after running a ADF pipeline, and I would need to append these records into a history table upon client approval. So, I need to use Sharepoint to show this report to the client and get approval.

  1. Show the report in SharePoint, and have buttons Approve/Reject.
  2. If the client clicks on Approve, it should trigger an ADF pipeline using the Logic app, with the necessary parameters passed.

Can someone help with an example or some information on how to achieve it?

Many thanks!

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,218 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,839 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andrew Blumhardt 9,491 Reputation points Microsoft Employee
    2022-08-29T12:25:43.71+00:00

    That sounds like a webhook: https://learn.microsoft.com/en-us/azure/connectors/connectors-native-webhook

    You might also look at the approval email option in the Office 365 connector. This creates something very similar to your description. Assuming there isn't something equivalent in the SharePoint connector.

    0 comments No comments

  2. RaytheonXie_MSFT 31,071 Reputation points Microsoft Vendor
    2022-08-30T08:04:08.41+00:00

    Hi @Subro
    I will recommend you to refer to following document to reach your requirement
    https://learn.microsoft.com/en-us/azure/data-factory/load-office-365-data


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments