1

we have a requirement of triggering the power automate flow using javascript button, we are still using the classic sharepoint site, we need to pass an item id to the power automate if they select an item in the list view and click on the button.

On the power automate side we will fetch the item by id and try to perform some calculations and update a different list.

Any help would be highly appreciated.

1
  • Check this if it helps you somehow. Commented Oct 14, 2020 at 8:23

1 Answer 1

1

You can design a flow that is triggered by HTTP-request. Just describe the schema of the request body and pass any parameters in the body of the post-request as demonstrated here:

https://flow.microsoft.com/en-us/blog/call-flow-restapi/

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.