Hi,
I need a possibility to add a month to a startdate. I tried it via IFTTT macro, when the startDate is changed (onModified):
entryId=[entry.id]&CalculatedEndDate=[entry.StartDate.formatDate(M).add(3).append( [entry.StartDate.formatDate(yyyy)]).parseDate(M yyyy)]
The month is calculated correctly but the day is always set on the first day of the month.

Has anyone an idea how to solve it?
Thanks a lot, Nicole