Update Data activity using an editable integer | Community
Skip to main content
damienc3220
Level 2
February 13, 2018
Solved

Update Data activity using an editable integer

  • February 13, 2018
  • 1 reply
  • 1014 views

Hi Adobe community

I'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'. This schema of this is 'label, integer'. This is published and I have created data within it that looks like: label: exit_time; integer: 14. There are no links in this Global Configurations custom resource.

I want to be able to edit the integer of '14' in this new custom resource to any other number based on my client's business requirements and have the workflow automatically update the last update activity to 'exit_time' = today + x days.

How can i incorporate this attribute into my workflow so that this number can be changed outside the workflow? I want it to be something like AddDays(GetDate(),[attribute='exit_time']) - how do I express this correctly so that the update data activity will respect this?

Hoping what I am describing makes sense.

Cheers

Damien

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by florentlb

Hi Damien,

What you are trying to do is not supported yet in ACS (it looks like you want to use a variable in your workflow), but only in AC Classic.

I don't think there is an easy way to go around this limitation today, but I'll try to dig and I'll update this post if I find something.

Florent

1 reply

florentlb
florentlbAccepted solution
Level 10
March 12, 2018

Hi Damien,

What you are trying to do is not supported yet in ACS (it looks like you want to use a variable in your workflow), but only in AC Classic.

I don't think there is an easy way to go around this limitation today, but I'll try to dig and I'll update this post if I find something.

Florent