If we get date from database and we want to increment that date by 1 using array in uipath.
1 Like
If you need to increment a date then you can use AddDays function.
But not clear about the array term here, do you want to increment the date and store it in an array?