I'm trying to get items from a SharePoint List where the item's date is within 30 days (dates before and dates after).

I'm trying to get items from a SharePoint List where the item's date is within 30 days (dates before and dates after).
Created ge '@{addDays(utcNow(),-30)}' and Created le '@{addDays(utcNow(),30)}'