Learn about the latest Nintex capabilities at New at Nintex
This section contains RPA forum posts dated prior to 2021.
Recently active
Hi, is there any problem for the login to kryon studio now? The login screen is blank..
This is just a quick Kryon RPA PSA (Public Service Announcement) concerning this option: When working in Kryon RPA (using Kryon Studio), you may have spotted this configuration option/parameter. It's one of the "window settings" of a step and relevant when you are automating web-applications (i.e. when working on a web-page). The default value for this option is "Automatically". This default setting works for probably 99% of cases/pages. But now you may be wondering: When to set a different value for this option? The Kryon Studio guide/documentation states that "Utilising this option can prevent wizard failure in case of slow systems or network/internet connections." So to explain: Sometimes the web-page may be "there" (visible with the correct URL and window-caption), but the content of the page is still loading. In such cases, it is advisable to set this option to (the value) "Always". This setting will introduce a very slight delay. However, it enables you to deal with web-pages tha
To run a macro from the Studio or the Robot the following points should be considered and configured: If the VBA code is embedded inside the excel sheet then the exact Module name and Procedure name should be mentioned inside "Run Macro' AC. Don't forget to save the excel file with .xlsm extension or change its extension from .xlsx to .xlsm. The Wizard should contain AC "Set user interaction" as Ignore, because the code that macro is executing will be considered as an external user actions for the Studio or Robot and it will pause the wizard.Attached you will find a sample macro enabled excel file and the wizard. Adjust the new excel file in the wizard and run to test it.Â
 Start 2021 strong by taking your RPA knowledge to the next level. Join our Wizard of Wizards Marlon for tips and tricks on working with Kryon Automation Wizards. In this 30 minute session Wizard Marlon will walk you through ways to enrich your automation development skills, including: An overview of embedded wizards and why they are so useful Exploring the new feature global functions (since v20.9) How to leverage global functions like a pro The recorded session is here. You can also find the presentation and demonstrated wizards attached here below. Â
Hi, Often here on the forum someone asks how to send a notification based on a list/library grouping items instead of sending one email for each item, e.g. in a task list I want a single notification for each assignee with the list of all the tasks that are assigned to that specific people.. This is my solution, hope it can help someone! First action will be a Query List Action where I can set all the optional filter, if I don't want to get all items in my source and, most important, I sort items by the field I want to group by.Then I save all the fields I want to include in my notification in collection variable, also the field I want to group by should be stored in a collection variable.Then I start looping on the groupBy collection variable and then I get all the related information from the other collection using the same index:If the index is not equal to 0 and the previous value of my grouping condition is not equal to the current one, I'll send a notification with the previous b
I recently had a client who needed a workflow that could handle voting in a way that was a bit challenging to get working.  I'm sure there a multiple ways to handle this, and I tried many unsuccessfully.  I wanted to share an approach that I was able to apply successfully in case anyone else has a similar scenario.  At a very high level, they need to gather votes and count the different responses, but the number of people who would actually respond might vary. The business requirements were as follows: Allow for email reply (LazyApproval) Send reminders Auto-close the task(s) after a specified time Allow everyone to vote Tally the votes, including the number of "no response", and save back to the item I'll go through the requirements individual and describe what I used to address them first. Allow for email replyThis one was easy, enable LazyApproval in whatever task action I would use.  Send RemindersDon't just put a number in there...This was one of the requirements that drove the de
Hi there!I want to use Viber as we are using the other desktop applications, like record it and use some UI tools and etc. For that studio told me to define Viber as an application. I did, but still Kryon studio didn't let me use it saying that Viber is not defined in the application list.I am guessing that I need to remove viber from urls and add it as a process.I'd be glad if you could help me to solve this issue.Thanks for your time and consideration,Best Regards.
Inspired by blog post Get Task History and display on your form. from Dan Stoll here is another approach to get History of Listworkflow as HTML table using only 2 actions:Â Call UDA in Workflow:Output of UDA is HTML.Here shown as rendered HTML:Â Â Display Name Activity Title Outcome Start End User Comments Manfred Lauer Assign Flexi task Approve 13:52 22.03.2017 13:54 22.03.2017 (Manfred Lauer) ok! Manfred Lauer Assign Flexi task Approve 13:51 22.03.2017 13:52 22.03.2017 (Manfred Lauer) OK Â Â UDA is attached, credentials to call webservice have to been changed.
I tried searching for site workflow examples on the forum and I didn't see a tremendous amount, so I thought I would write about a simple site workflow that appears to be requested often. The workflow needs to remind the document owner when the document review date is three months away (giving them time to review and update the document).To run through this blog post, ensure you have a document library in your site called "Procedure". Ensure that this document library has the following columns:Review Date (Date and Time: Date Only) - mandatory Document Owner (Person or Group) - mandatory A site workflow does not get created in a list or library, but is accessible though Settings > Nintex Workflow 2013 > Create Site Workflow. The workflow designer will open ready for you to start developing your site workflow.The first thing we need to do is calculate the date in three months time (as we will be using this to compare to the review date). We will need to save the calculated da
Are you looking to build an effective automation deployment and management plan to kick-off or scale up your automation? You need to have an RPA Center of Excellence (CoE). On May 20th, 2021 Ziv Ilan, Professional Services Team Leader shared the ins and outs of:  1) A CoE and how it can help you scale your automation2) Starting to build the CoE: roles and responsibilities and how to set up the team3) Maturing the CoE with standardized processes, assets, and knowledge Watch it at your own comfort here. Questions raised during the webinar are answered here below.
#CenterOfExcellence #RPACenter #RPAExpert #RPADeveloper #Analytics #BigData #IoT With this on-demand webinar, you'll learn how to build effective automation deployment and a management plan to scale up your automation - with an RPA Center of Excellence (CoE).  Join industry leader, Ziv Ilan, as he shares everything you need to know about:  -A CoE and how it can help you scale your automation-Starting to build the CoE: roles and responsibilities and how to set up the team-Maturing the CoE with standardized processes, assets, and knowledge and beyond!  Check out the full webcast here.
This guide helped me get set up with the latest version in just a few simple steps: https://community.kryonsystems.com/KryoNet/s/article/Upgrade-Python-in-Kryon-Studio Let me know if you have any questions in the comments! Â
To open the chrome in Incognito mode the URL should be inside the double quotes and after that the following command must be used -incognito.hence:Using the advanced command "run program", under program field the chrome.exe mast be given and under Command line parameter the following, e.g. "investing.com" -incognitoAdditionally, from the chrome extensions tab, the "Kryon Connector" incognito mode should be enabled. Attached you can find the AC file.
How could I select an item from.I have added URL list in Kryon admin options are also availbale but Select Object is unable to capture item from Dropdown list.Please suggest any other way or command.
How to take from Excel all values ​​SA, AB, DA from column A that are not empty in column G, that are negative values ​​in column J
Hi All, I am not able to use Run Program Advance command to launch the browser, it's disabled for my ID. I am using licensed version of Kryon studio, Kindly help me on above whether this is access disable by kryon admin or something else.
Steps for adding of new libraries: Step 1: Update the environment variable to reflect your Kryon Studio Python Folder   Step 2: Download and extract the python library installation files to any location. (For this example, I am using dnspython which was downloaded at https://pypi.org/project/dnspython/#files) Step 3: Launch a command prompt window and go to the location of the extracted python library installation files.  Step 4: Install the python library by running the following command: python setup.py install (Note: if using the tar.gz file, you may need to find another command to run the installation)  Step 5: Ensure that the library has been installed to the correct folder.  Step 6: Relaunch your Kryon Studio and create a wizard to test importing of the new library.  Step 7: Finally, check the results of your import.Â
There are 100 Excel files, you need to take data from each and enter it into one pivot table, files are added over time, how to do this so that information from new files is dynamically added to the pivot file, the problem arises when checking the number of files. How can you check the number of Excel files in a folder?
Hi all, I am creating a data extraction wizard that can consolidate data from PDF, XML, webpage and paste the output into an Excel file. For analyzing the PDF pages, which command is better? The OCR command or digital PDF analysis? Some of the PDF files are digital and some are hand-written. Is it possible to use both? Thank you!
Description:This sample contains a guide on how to create a telegram bot, setup a group with the bot and use REST API to send instant notifications from the Kryon robot to the Telegram group chat. General Information:Kryon Studio Version: 20.3.2 Preliminary Adjustments:Follow the attached PDF guide to setup the Telegram Bot and group chat. Integrate the attached wizard into your process. Assumptions:The Kryon robot has internet access. The user has a telegram account Process Developer/Contributors:Mark LimÂ
Hi team, Good Day! I am having a sample pdf (digital) file which I have converted into a text file by using Analyze PDF command. The question is how I can do loop action inside that text file to align the values. Attached the extracted file and sample output. Requesting for the solution. ThanksSasidharan T
Hi, I am having an error while login to KryonAdmin as- "[0511/163322.951:WARNING:resource_bundle.cc(357)] locale_file_path.empty() for locale [0511/163322.951:ERROR:main_delegate.cc(836)] Could not load locale pak for en-US[0511/163323.038:WARNING:resource_bundle.cc(933)] locale resources are not loaded[0511/163323.038:WARNING:resource_bundle.cc(933)] locale resources are not loaded[0511/163323.143:WARNING:resource_bundle.cc(357)] locale_file_path.empty() for locale [0511/163323.143:ERROR:main_delegate.cc(836)] Could not load locale pak for en-US[0511/163323.146:WARNING:resource_bundle.cc(357)] locale_file_path.empty() for locale [0511/163323.146:ERROR:main_delegate.cc(836)] Could not load locale pak for en-US[0511/163323.256:ERROR:viz_main_impl.cc(170)] Exiting GPU process due to errors during initialization[0511/163323.275:WARNING:gpu_process_host.cc(1205)] The GPU process has crashed 1 time(s)[0511/163323.406:WARNING:resource_bundle.cc(357)] locale_file_path.empty() for locale [0511
Description:This sample demonstrates a simple invoice processing workflow for the http://rpachallenge.com sample invoices (available at https://rpachallengeocr.azurewebsites.net/). It processes incoming invoices (emails), reads invoice data and sends the extraction results back to the sender via email General Information:Kryon Studio Version: 20.3 Preliminary Adjustments:In the first step, set your subscription key, service endpoint and email credentials. Send a sample invoice, which can be found in the zip file, to your email. Assumptions:You will need a subscription key for MS Azure's OCR. Process Developer/Contributors:Theo Schmidt-ZimmermannÂ
Content: Goback to Week1-Part1  Week1 (Part2): Step by step guide to register for google vision api and install python packages in client machine Product: Kryon RPA (Studio/Robot)Product Version:19.1+Components: Kryon Studio/Python/Google APIArticle Status: WIP Index of Article: What is Google cloud Vision API (Check here) Offering of vision API (Check here) How to set up APIs Install Vision API client library for python >> How to set up Google APIs Before you can use the Cloud Vision API, you must enable it for your project:In the Cloud Console, on the project selector page, select or create a Cloud project.https://console.cloud.google.com/home/Note: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project. Make sure that billing is enabled for your Google Cloud project. (It is just for security
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.