Tuesday, September 20, 2022

Add item to JArray; UiPath;

 



https://forum.uipath.com/t/insert-jobject-inside-jarray-of-a-jobject-using-invoke-code/248717


https://drive.google.com/file/d/1zAXK-S-rOdWhGR2zXeimVOnHJI6TTrNX/view?usp=sharing



Monday, September 19, 2022

Object repository - Update UiPath ;

 After updating the object repository - Keyboard shortcuts - needs to be recreated for refreshing the browser. 


The sequences needs to be manually opened for updating the browser mentioned on Object Repository.

Saturday, September 3, 2022

Delete All Files in a Directory; UiPath; RPA; VB.NET

 Array.ForEach(Directory.GetFiles(path),Sub(x) File.Delete(x))



https://forum.uipath.com/t/how-to-delete-the-all-the-files-in-a-folder-in-one-line/78338/5

Get Last date of Next month; VB.NET; UiPath;

 (New DateTime(Today.AddMonths(1).Year,Today.AddMonths(2).Month,1)).AddDays(-1).toString("dd-MMM-yyyy")


Helpful answer on UiPath Forum; 



Friday, September 2, 2022

ABBYY API calls from UiPath;

 https://drive.google.com/drive/folders/1ptJciaXipMp3KSJ2wmo-YXwqa9rgdFKQ?usp=sharing




Update JArray token; UiPath; JSON