I have a requirement where I need to download the reports and paste into GSheet. My question is , Is there any facility to add a button on GSheet so that they can trigger the bot on demand.
Download the reports and paste it into gsheet
Provide a button on the gsheet for the users to be able to trigger the bot on demand
You can create button and you can use orchetsrator start job api to call and start a job…how to call from the click on button the functions needed are something related to gauite…try figuring there …few examples below
Once I create a button in Google Sheet, how to connect it to orchestrator so that whenever the user clicks the button, the bot is triggered to run the process.