Increment date by using array

If we get date from database and we want to increment that date by 1 using array in uipath.

Hi @Gauri_Rawool

use Cdate(row(“Date”).ToString.AddDays(1) ToString(“dd/MM/yyyy”)

Thanks
Ashwin S

1 Like

@Gauri_Rawool,

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?