Is it possible to send an excel file as payload to trigger orchestrator job using API?

Hi team,

I’m trying to trigger an API request to use a front-end application to one of the Cloud Orchestrator processes.

The use case is:

  1. Upload an excel file in the web application
  2. Click submit button, which in turn triggers an API request to orchestrator with the Excel as a payload

this is the part where I need some input:

  1. Is it possible to send an excel file as a payload to the API that triggers the job from the orchestrator?
  2. If the Excel payload comes in, how to store it somewhere and have it as an input argument to process?

Currently, My process has an input argument as String which I use to get the Excel path.

HI ,

  1. Is it possible to send an excel file as a payload to the API that triggers the job from the orchestrator?
    Ans : You can pass the Excel path and keep excel in some globally accessible Share path.