Hi everyone,
I would like to add time to the current date using this expression :
Add_time(@App Info.Current Date and Time , 7, ‘days’)
However, i don’t want the result to include the current hour.
I want to set time at 0 but i can’t find anyway to do it properly.
For example, if we are the 1st November 12:08.
I don’t want the trigger to give 8th November 12:08 but 8th November 00:00.
Thanks.