string [] votesMonth; string userProps; int month = month(currentDate()) - 1; userProps = getUserProperty(currentUser(), "votesMonth"); if(isNotNull(userProps)) { votesMonth = userProps; if(isNotNull(votesMonth[month])) { int count = votesMonth[month]; if(count >= 3) { lfHide("votes"); } } }
General
Content
Integrations
App links