Hi Ashley,
You should add an enrichment and add the following attribute as an additional attribute for a date.
SubMinutes(AddMonths(YearAndMonth(GetDate()), 1), 1) as @lastDate
Then you can add a
formatDate(targetData.lastDate,"%2M/%2D/%4Y")
in your delivery.
Regards,
Amit