Expand my Community achievements bar.

Attention: Experience League Community will undergo scheduled maintenance on Tuesday, August 20th between 10-11 PM PDT. During this time, the Community and its content will not be accessible. We apologize for any inconvenience this may cause.
SOLVED

Read and write options in adobe campaign workflow

Avatar

Level 2

Hello!

For a query in a workflow, I'm trying to save a "last run date" in the options. That's why I need to read this option, start a new query using the value in the option and save a new value for the option back to the system.

So my question is:

What is the best way to read and store system options in Adobe Campaign (my company -> platform -> options).

is there a specific JavaScript (API) Method to get/write options?

Best regards,

Alex

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello Alex,

there is function in the JSAPI called setOption(name,value) getOption(value).

Marcel

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hello Alex,

there is function in the JSAPI called setOption(name,value) getOption(value).

Marcel

Avatar

Employee

do we have similar option in Adobe Campaign Standard?