Data Attributes
Last updated
Was this helpful?
Last updated
Was this helpful?
Data attributes let you re-use and pipe values that were gathered or generated by the security items. You may access the data attributes of security item by clicking on the data attributes access button.
Data attributes are unique to each security item and depends on what data this security item makes available for re-use.
In the example below you can see the invitation code security item which offers Email, UId and Phone numbers of the invited respondents.
The data pipe prefix is like an id that will let you reference the security item in your survey for piping its values. You also need to set a pipe tag to pipe in the value inside our survey, once you have setup both the data prefix and pipe alias you can pipe in the data attribute anywhere in your survey using following notation
Based on our invitation code above we could use EmailSecurity:email in one of our questions texts to pipe dynamically at runtime while the respondent is taking the survey the value generated by the invitation code security item.