Friday, July 31, 2020

Schedule Jobs on Trigger; UiPath Orchestrator RPA

https://www.freeformatter.com/cron-expression-generator-quartz.html

Above web link would help to get cron expression based on our need.


UiPath Events and Recordings;


UiPath has made all their upcoming events and event's online recordings available at  -

https://www.uipath.com/events

Thursday, July 30, 2020

Message java.lang.NumberFormatException: For input string: "4.53"; ADF Exception


Message java.lang.NumberFormatException: For input string: "some value"



Make sure your code is not trying to convert decimal value to Integer.

Solution:
Long.parseLong(JSFUtils.resolveExpression("#{bindings.Rate1.inputValue}").toString()


Thursday, July 16, 2020

Monday, July 13, 2020

Send SMTP message with screenshots attached; UiPath RPA

Compose a html doc with screenshots attached.

In try catch block - Capture the screenshot as below to send it as an attachment.


Save Screenshot UiPath RPA;

The use case when you have to send exception message with a screenshot of where it occurred.