Hi Adobe communityI'm having difficulty with a very specific problem in
Campaign Standard. At the end of my workflow I want to do an Update Data
activity to update an an attribute in my custom resource with a date
stamp that is 'today + 14 days', aka AddDays(GetDate(),14)The '14 days'
is an integer that i want to easily be able to change without
interfering with the workflow due to a client's business requirements.
As such, I have created a new custom resource called 'Global
Configurations'. Thi...