Is there a way to Find the day prior to today using DATETIMENOW() ?
解決済! 解決策の投稿を見る。
@Rob_schneider You can try this one in a formula tool:
DateTimeAdd(DateTimeNow(),-1,"days")
If you save the field as a Date, it would be something like "2017-05-09". If you save the field as a datetime, it would have the current time added as well.