Get today's date using DATEFORMAT, but specify the the day as the first and have the function give the current month/year. Then subtract 1 day from that using a negative value in DATEADD.
{DATEADD(Days|{DATEFORMAT(01/M/yyyy)}|d/M/yyyy|-1|d/M/yyyy)}
Edited by user
2017-11-30T18:24:07Z
|
Reason: Not specified