- Summary:
- I have a table that runs on a regular schedule, and I need to get the date every time that the table runs.
- Background:
- I have a table that is running once a [week on Sunday/day].
- I tried using moment().format("YYYY-MM-DD"), which gave the correct date on the first day that I ran the table. However, every other time that I have run the table, it never runs the formula column so I never get the current date.
- Objective:
- I need to get today's date, every time that the table runs.