Where do I put formatDate({{now}}; dddd) in order to test for which day it is?

Trying to create a scenario where a given module only runs if it’s a particular day of the week.
From someone else asking the same question, two people responded, “use formatDate({{now}}; dddd)”. But WHERE does this go?
I tried putting it in a set variable Tools module’s Variable value field, and it doesn’t return the day of the week, but instead: formatDate(2025-07-12T19:25:52.672Z; dddd)

Found the solution:
Used a “Request anything” Make AI Tools module and entered formatDate({{now}}; dddd) there.
It works!

2 Likes

Awesome work getting this resolved on your own @OffGridTowns :clap: Thanks a lot for stepping back in here and sharing your findings with the rest of the community. This can be super helpful for others who are searching for the same info. :folded_hands:

1 Like