Evar referencing data element that doesn't exist? | Community
Skip to main content
June 16, 2019
Solved

Evar referencing data element that doesn't exist?

  • June 16, 2019
  • 1 reply
  • 2857 views

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!

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 Vijaya_Vignesh1

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

1 reply

Vijaya_Vignesh1
Vijaya_Vignesh1Accepted solution
New Participant
September 3, 2019

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