Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
SOLVED

Evar referencing data element that doesn't exist?

Avatar

Level 2

Hi everyone,

I have a rule that maps an evar to a data element. However I do not see that data element in the data element tab and _satellite.getVars() returns undefined. How is this possible?

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 3

you should be using _satellite.getVar() not getVars for getting the value in the dataelement and you should create the dataelement first and then map it to an evar.

hope you figured out this issue

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

you should be using _satellite.getVar() not getVars for getting the value in the dataelement and you should create the dataelement first and then map it to an evar.

hope you figured out this issue