How to get day of tomorrow as variable
I look for "next-day" as variable in format YYYY-MM-DD. I can easily get "today" in such format from built-in "Time" but I have no idea how to get day of tomorrow. Its not simple math calculation by adding +1 to the day variable becuase end month and year changes. I look forward on your help.

Hey
This is done with the new DateTime variable. This worked fine/reliably on last beta version, but with the 4.11.25 I cant link them anymore so we need to wait for a fix. So I cant send you the template just yet.
On the picture: 1. Is linked with servers time so it updates its values automatically. Then you add 86400 to UNIX time so it add 1 day to it.
The result is linked with nr 2 double's value. And it was linked(reference) with the final dateTime variable marked as nr 3 on the pic. Then you can use the nr 3 DateTime values and they should be correctly calculated.