06-05-22 03:55 PM
06-05-22 05:41 PM
06-05-22 06:51 PM
09-05-22 02:47 PM
10-05-22 06:55 AM
Hi Kashyap
You can call it directly thru 'Web API Service' in system tab. Copy the trigger link till 'paths/' as your base URL and use the rest (from invoke till end) as URL path for an action. You can then call it as an action in your process. Store your workflowid and signature in credential vault.
base url
https://prod-159.westus.logic.azure.com:443/workflows/<wfid>/triggers/manual/paths/
request urlpath in action
invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=<yousig>
Alternatively you can directly use the HTTP VBO.
10-05-22 02:14 PM
11-05-22 12:14 PM
Apologies, I didn't see that you were trying to upload a file to flow. The trigger accepts only Json as body. One workaround will be to encode the file in Blue Prism as base64 and then convert the file back using 'base64tobinary' in PA flow.
But honestly I would just send and email with file from BP and trigger the flow on new email arrival with specific subject, as @ewilson suggested below.