Learn about the latest Nintex capabilities at New at Nintex
Access resources, discussions, and troubleshooting tips to maximize your use of Nintex RPA for automating repetitive tasks.
Recently active
I am not able to configure kryon rpa triggers in my console application.Its giving an error contains connection timeout 10000 reached.please find attached snapshot for details i have added in configuration.
Hello everyone, and welcome Kryon Community members! If you are a Kryon RPA or Process Discovery user, we want your valuable feedback because you use our products every day - in ways we planned for and ways we didn’t expect. Please go to our new Nintex Kryon RPA feedback forum or new Nintex Process Discovery feedback forum to add your suggestions, comments, and ideas. The Kryon product forums are new, so you may be the lucky first person to comment. You can tell us anything. Do you have a suggestion for a new feature or function? Are you trying to do something new with the product? We even want to know if a function is frustrating you. Please add your feedback to the forum. We use your suggestions to plan the future of our products and make updates. So your idea may become a part of the product. Please favorite your forum so you keep providing ideas right when you think of them. There are no limits on great ideas. If you are not sure what to tell us, take a look at other product forums
Thanks to an article from @Mark Lim https://community.kryonsystems.com/s/article/Automation-Lifecycle-Step-by-Step-Walkthrough-Chapter-2-Customer-Feedback-Collection-Analysis-and-Reporting#2 and https://community.kryonsystems.com/s/question/0D50600007PQU2rCAH/db-loggingwe actively use custom monitoring in all our wizards and user wizards, initially monitoring was laid down as logging of standard errors in work, which are embedded in error bypasses and the wizard's basementWindow not found, object not found, etc.expanding the function a little, namely, adding two more global functions, custom messages, i.e. you can add a global function anywhere in the wizard, pass the logging variable inside at any step and write any text you need in it and the value of the variable will be written to the same table where logs with errors are written and added a second function, custom error , which can be added anywhere, for example, in the if else condition, if the condition is not met and the robot
HI everyoneI'm trying to open a chrome windowand to insert in the "url domain" in the "window data" section a wildcardnot a specific url - so it wont give me trouble when its not exactly the samecan someone help me? is it even possible?
I have 2 variables with numeric values devided by | . I want to find (remove) doubles and combine the variable in one..
How do I use Python Selenium in Kryon? Is it sufficient to import the library or do I need to take additional steps to make it work?
Hi Im using the function copy from excel to get some dataand for some reason when it give me the data - it deletes the last 2 chars.for example:I have the number: 1122334455667788and when I extract it from the excel it will show me only: 11223344556677as u can see the 88 is not exist...
I have an object that I want to know the data inside it (1-8 maybe more)so I'm using the "get html object text".if I'm selecting the object when its disabled, and the program running with "not disabled object" it will crash and give some other object. if I'm selecting the object when its not disabled, and the program running with "disabled object" it will crash and give OBJECT_NOT_FOUND. please help me
my workflow is like this I used a loop that will take a table from each page of the web, the table from the web contains 3 columns - Name Size Price and after I changed each variable (by splits, and more) I want to write them into a new Excel file and a sql table. and after that I will take the next page from the web and do the same
$_dollar$filepath = '$pathconvertfile$' $_dollar$fileitem = Get-Item $_dollar$filepath try { $_dollar$excel = New-Object -ComObject Excel.Application $_dollar$excel.Visible = $_dollar$false $_dollar$excel.DisplayAlerts = $_dollar$false $_dollar$wb = $_dollar$excel.Workbooks.Open($_dollar$fileitem.FullName) $_dollar$pdfpath = $_dollar$fileitem.DirectoryName + """ + $_dollar$fileitem.BaseName + ".pdf" $_dollar$wb.ExportAsFixedFormat([Microsoft.Office.Interop.Excel.XlFixedFormatType]::xlTypePDF, $_dollar$pdfpath) $_dollar$wb.Close() $_dollar$excel.Quit()}finally { $_dollar$sheet, $_dollar$wb, $_dollar$excel | ForEach-Object { if ($_dollar$_ -ne $_dollar$null) { [void][System.Runtime.Interopservices.Marshal]::ReleaseComObject($_dollar$_) } }}
you can write the full path to a single file, instead of *.docx $dollar$Files = Get-ChildItem "D:*.docx" $dollar$Word = New-Object -ComObject Word.Application Foreach ($dollar$File in $dollar$Files) { # open a Word document, filename from the directory $dollar$Doc = $dollar$Word.Documents.Open($dollar$File.FullName) # Swap out DOCX with PDF in the Filename $dollar$Name=($dollar$Doc.FullName).Replace("docx","pdf") # Save this File as a PDF in Word 2010/2013 $dollar$Doc.SaveAs([ref] $dollar$Name, [ref] 17) $dollar$Doc.Close()}
Inspired by @Yulia Markov article and the desire of users to track changes made to the wizard in real time created a kind of Frankenstein process)input data:[Kryon].[dbo].[LeoScriptsAdvancedCommands] [TestRS].[dbo].[AuditLeoScriptsAdvancedCommands] - my database wrote a small SQL trigger that reacts to all changes in the table [LeoScriptsAdvancedCommands] and writes all the necessary information to the database, the trigger code is a file - Trigger.txt I end up with a table like thisthe table shows which teams have changed the number of Next, a wizard is launched that reacts to changes in my database and parses the new inserted data and sends an email to the specified employees with a table of changes in the wizard I receive such letters, it works quickly, the execution time for one task is about 2 minutes, as soon as someone pressed the save button in a couple of minutes you already know what has changed If, of course, you make changes to the wizard under some common KM, then it will
We value your feedback!We would not be the company we are today, without you. Please take a minute to fill outthis short survey to help us create our next big feature.Please pass this on to any other designers in your team.
I have a webpage with pages inside like thathow do i know that I got to the last page?P.Sthe color of the arrow will turn yellow when you hover over it, and will turn grey when they are at the end, so how do I use this knowledge?thank you all in advance!!
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.