Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

workflow javascript code component

Avatar

Level 3

Hi Team,

Can you please let me know how should i replace <%= new Date().getFullYear() %>. Correct script is <%= "<" + "%= new Date().getFullYear() %" + ">" %> in javascript code workflow.

Regards,

Nidhi

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Nidhi,

I am not sure what is your requirement.

If you are calling any js functions within js activity. You can call as like below.

var test = new Date().getFullYear() ;

logInfo(test)

This will show you current year.

Thanks

Naveen S

View solution in original post

3 Replies

Avatar

Level 3

how to give -  <%= "<" + "%= new Date().getFullYear() %" + ">" %> in a variable in javascript file in workflow .

Please guide me on the same showing error as while parsing XML string when providing as below syntax - vars.searchString='&lt;%= new Date().getFullYear() %>'; in order to replace -  <%= new Date().getFullYear() %>. Correct script is <%= "<" + "%= new Date().getFullYear() %" + ">" %>

Thanks Much in Advance!

Regards,

Nidhi

Avatar

Correct answer by
Level 2

Hi Nidhi,

I am not sure what is your requirement.

If you are calling any js functions within js activity. You can call as like below.

var test = new Date().getFullYear() ;

logInfo(test)

This will show you current year.

Thanks

Naveen S

Avatar

Level 10

Hi Nidhi,

it's not clear from the question can you please share the screenshot to support what you want?

Regards,

Amit