Expand my Community achievements bar.

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Evar referencing data element that doesn't exist?

Avatar

Former Community Member

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