Hi,
Im trying to trigger a workflow to run on the server - this is a very basic test, doesnt have any parameters or anything, all it actually does is send me an email saying 'Hello world'! What Im wanting to eventually be able to do is make this call to the API via a button on a Microsoft PowerApp so that everything is kept in one place for my users, but for now I want to test the call with the download button so I know it all works.
I have managed to get an authorisation token etc but Im struggling with how to configure the download tool to make the API call - I believe I want to pass in
POST /v1/workflows/{appId}/jobs/But where do I set this? And has anybody done this from Microsoft PowerApps as that will be the next challenge! I dont even know how to go about authorising to the server from PowerApps