Hi All,
I want to get the lookup value from the forloop, 1st condition is working but when i am checking minimum web role there is an error
{% for item in records %} {% if user.role_Keys contains 'partneradmin' and item.new_minimumwebrole contain 'partner admin'%}// i want to check minimum web role (lookup field) is equal to 'Partner Admin' //logic {% endif %} {% endfor %}
any help would be appreciated.
Regards,
Shahbaaz
*This post is locked for comments