Question

Photo of Dillan Cagnetta

0

Connection Status in Lava

Hi

I want to only show text to the use when they are of a specific "CONNECTION STATUS"

how can I access the persons connection status in lava?

thanks guys

  • Photo of Dillan Cagnetta

    0

    ok found it

    {% if (Person.ConnectionStatusValue.Value == 'Member' or Person.ConnectionStatusValue.Value == 'Attendee') and Person.RecordStatusValue.Value == 'Active'%}
        You are committed!!!
    {% endif %}