Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Monthly Updates on Summary

David Romero December 15, 2023

Hi every one!

I want to create automate tasks for each month, but want to put the name of the next month on summary, for example; For January, 2024 - make cookies.

 

I just get the current month and year; For {{now.format("MMMM, YYYY")}} - make cookies, i want to put the next month not current.

 

Can someone help me with this?

2 answers

1 accepted

0 votes
Answer accepted
Melo
Community Champion
December 15, 2023

Hi @David Romero, welcome to the community!

Have you tried something like {{now.plusMonths(1).format("MMMM")}}, that should work.

Cheers,

Melo 

0 votes
Craig Nodwell
Community Champion
December 15, 2023

Hi @David Romero welcome to the community.
Change that to {{now.plusMonths(1)}}

Here's a page for your reference, it should help.

Suggest an answer

Log in or Sign up to answer