Element in repeating group no evaluating

I’ve a set up a pretty straight forward conditional on elements in repeating that is not evaluating properly. In the repeating group is a list of users, and I want to show if the users are active.
If a user active, I’ve check mark
Screen Shot 2021-03-30 at 7.11.22 PM

If a user is not active, I’ve a red X
Screen Shot 2021-03-30 at 7.11.31 PM

When I view the page, the active status of active users is evaluating as


Screen Shot 2021-03-30 at 7.10.36 PM Screen Shot 2021-03-30 at 7.10.44 PM

Here’s the user in the database:

Is this one of those counterintuitive expressions where I need to write it as the opposite for it to display correctly?

I would use these conditionals for the “yes” icon and condition and a similar setup for the “no” conditions and icons

if parent groups active user is “yes”
And

if parent groups active user is not “yes”

That seems to make more sense to me when I use it.

No go my friend. I can only select a Yes or No value.

Screen Shot 2021-03-30 at 9.02.35 PM

I am using a similar expression for First Name, Last Name, and a couple of other fields without issue. Their data is displaying, albeit only the field’s text and no conditionals.

Just a note, this repeating group will be a full list of users associated with the company, not just the 1 user that is logged in.

1 Like

Found my mistake. These icons live in a group and that group was not assigned to a data source.
“Current Cell’s User”

Smh…

Thanks for checking this out @jared.gibb

Side note. I removed the If “condition”; visible=false conditions. Seemed redundant since the icons are not visible on page load to begin with.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.