Creating a request to our Automation service was never easier!
Using our premium Automation solution, you can enter the required data, such as the automation schedule plan, add a script, or upload your own script, and you are good to go.
See below for detailed, step-by-step instructions:
Enter the My Automations tool.
Click on “New”.
Choose one of the Galooli automation templates or create your own from scratch.
Add the automation Name, Assets, CRON (schedule plan), and activate the automation if needed. If you need to use a schedule plan other than what is offered by the system today, you can use one of the many tools available online to convert CRON expressions to readable text format
The "+ Add Functions" option can be used to add some functions to the code.
In order to add the relevant information to the code, simply change the data in the main section. There is a green highlight on the information that needs to be added.
Click on “Save”.
Additional functions
Upload - An automation C# code can be uploaded as a text document by the user. The code will appear in the “Automation Log”
Download - It is possible for the user to download the code, mainly for the purpose of sharing it with others or modifying it and re-uploading it. If no code has been uploaded previously or has been written and saved from the “Automation Log”, the download button will not be available
Verify - An option to verify the executability of the code by compiling it. If the verification fails, the following message will appear:
Execute - In this case, the automation will be executed immediately, rather than according to a schedule. The main objective is to ensure that the code actually performs as expected
Light Mode - Modifies the background of the code section.