
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Launching the Desktop Design Studio
Using the instance URL, launch RPA Desktop Design Studio. After a successful connection, navigate to the Home page and select the ‘Sample Automations’ option.
For more information, follow this document link : https://www.servicenow.com/docs/bundle/yokohama-integrate-applications/page/product/rpa-studio/task/...
Selecting a Sample Automation
On the home page, you have access to various sample automations. Let's pick ‘Word to PDF Converter’ as an example.
Loading the Sample Automation
Select the ‘Word to PDF Converter’ sample automation. It is loaded in the RPA Desktop Design Studio.
Click on the ‘Project Folder’ on the banner. This action take you to the location where the ibot file is downloaded.
Understanding the ReadMe Files
Each sample automation includes a ‘ReadMe.txt’ file, that provides a detailed description of the selected automation. It’s crucial to read these files as they contain valuable information regarding the automation process.
Input Variables
Every ‘ReadMe.txt’ file includes an ‘Input Variables’ section that helps you configure the necessary input values. For the ‘Word to PDF Converter’ automation, the input variables are as follows:
- varInputFolderPath: The location where you place all the input files, which in this case are .pdf files. For example, D:/InputFiles.
- varOutputFolderPath: The folder where the automation bot will place all the converted .doc files after running the automation. For example, D:/OutputFiles.
- varProcessedFolderPath: The folder where processed files (.pdf) will be moved after conversion. For example, D:/ProcessedFiles.
Configuring Input Variables
After understanding the input variables, open the design studio and navigate to the ‘SetConfig’ activity. Here, you will find the input variables that need to be initialized with their respective values before running the automation.
Executing the Automation
After all the input values are configured, you can execute the automation. The automation executes according to the setup, and the output files will be placed in the specified ‘varOutputFolderPath’.
Input:
Output:
By following these steps, you can effectively utilize the sample automations available in RPA Desktop Design Studio to enhance your workflow and boost productivity. Happy automating!
Documentation Links:
Use sample automations in RPA Desktop Design Studio : https://www.servicenow.com/docs/bundle/yokohama-integrate-applications/page/product/rpa-studio/task/...
RPA Enablement : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1315563
Best Practices KB: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1298454
- 540 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.