I'm trying to make a paragraph custom field appear when a date custom field meets a specific criteria.
IF(ISBLANK({DE:Test Date Field with Logic}),"",IF({DE:Test Date Field with Logic}<ADDHOURS($$NOW,"48"),{DE:To help us better understand and meet the needs of our partners, please let us know why this request requires expedited production.}))
Has anyone done anything like this? Is it even possible?