Forum Discussion
Venkata960
Aug 23, 2022Copper Contributor
Trigger pipeline on Approval
Hello, I have a report which generate after running a pipeline, and I would need to append these records into a history table upon client approval. So, I need to use either PowerBi or Sharepoint ...
LukeJMadden
Mar 29, 2023Brass Contributor
Hello Venkata,
Yes, it is definitely possible to trigger a pipeline from a button click in Power BI or SharePoint using a Logic App. Here's a high-level overview of how you can achieve this:
In Power BI or SharePoint, create a button and set up an action to be triggered when the button is clicked. For example, you can use Power Automate (previously known as Flow) to create a flow that runs when the button is clicked.
In the Power Automate flow, you can use the "HTTP" action to call the Logic App's trigger URL and pass in the necessary parameters. You can use the "Response" action to check the result of the Logic App trigger and perform any additional actions if needed.
In the Logic App, you can use the "HTTP Request" trigger to receive the HTTP request from Power Automate. You can then use the necessary actions and connectors to trigger the pipeline with the required parameters.
I hope this helps! Let me know if you have any further questions.
Kind regards,
Luke Madden
Yes, it is definitely possible to trigger a pipeline from a button click in Power BI or SharePoint using a Logic App. Here's a high-level overview of how you can achieve this:
In Power BI or SharePoint, create a button and set up an action to be triggered when the button is clicked. For example, you can use Power Automate (previously known as Flow) to create a flow that runs when the button is clicked.
In the Power Automate flow, you can use the "HTTP" action to call the Logic App's trigger URL and pass in the necessary parameters. You can use the "Response" action to check the result of the Logic App trigger and perform any additional actions if needed.
In the Logic App, you can use the "HTTP Request" trigger to receive the HTTP request from Power Automate. You can then use the necessary actions and connectors to trigger the pipeline with the required parameters.
I hope this helps! Let me know if you have any further questions.
Kind regards,
Luke Madden