Power automate 向已在公司工作一个月的客户发送调查?

Power automate send a survey out to customers that have been with the company for one month?

加入一个月后,我正在使用 power automate 向客户发送调查。

formatDateTime(addDays(utcNow(), -30), 'yyyy-MM-dd')

诸如此类,只是每个月都不是正好 30 或 31 天。

有更简单的方法吗?

formatDateTime(addToTime(utcNow(),-1,'Month'),'yyyy-MM-dd')