Change the date to one day before in SAP

I need that every time the bot runs , it should change the daye to one day before
image so form this to

image

@kartik_sareen

Try this: Now.AddDays(-1).ToString(“dd.MM.yyyy”)

5 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.