@Khristian_Evans I assume your date is in the format of mm/dd/yyyy
DateTimeFormat(DateTimeAdd(DateTimeParse([Date],'%m/%d/%Y'),1,'day'),'%m/%d/%Y')
yyyymmdd
yyyymmdd format
add a day to the date of when workflow is ran
so if today (20250220)
output should be 20250221
DateTimeFormat(DateTimeAdd(DateTimePArse(ToString([Date]),'%Y%m%d'),1,'day'),'%Y%m%d')
You may try changing the data type to String rather than Date.
Date type only accepts strings formated as YYYY-MM-DD.
User | Count |
---|---|
107 | |
82 | |
69 | |
54 | |
40 |