im using the following code to fetch the webrole of a contact in portal.
{% fetchxml webrole %} {% endfetchxml %} // assigning a variable to result {% assign role = webrole.results.adx_name %}
im not sure how to get the result. need some guidance please