Hello,
I want to run my robot based on a button clicked by any user on a webpage. I’ll use the orchestrator API to call the robot or queue the job when the button is clicked. Please note that the same button will be used in multiple webpages. The robot simply extracts the information from the webpage where it was clicked and returns an excel/CSV file containing information.
But, is there any way that I can pass the URL of the page, from where the button was clicked as a variable to my robot workflow? By this way, I can just use this variable to navigate to the URL and extract the required information
Example:
There’s a button named “export” in the following pages:
- https://admin.billing.com/invoice12f123
- “”“”“”“”“”“”“”“”“”“”“”“”“”“”“”/invoice12b998
So, if the button is clicked on the 1st page, then I suppose I can send this URL(as Input Parameters) using the POST Jobs - Start job with inputs as this API allows input parameters.
But the main question is how can I pass this URL as a variable to the robot which will start the
execution based on this API request.
Please advise
Thanks