Displaying Member Profile Image When Member Responds to Form

Hello! I’m creating a project management website & need help with a question that I have not been able to find online.

I’ve created a dashboard where site members can view new projects. From the “View/Vote” button they are directed to a dynamic page where they can view project details and either Approve or Deny the project. I’ve created a column for each member to track their vote in the database.

On the original dashboard, I would like to show who has and who has not voted on each project under the “Decision Needed” and “Decision Made By” columns. Is there a way to show an image in a repeater based on if a cell in a database is empty/not empty?

Thank you so much in advance!

Hello.

You can follow this Forum post to learn how to check if a field is empty or not and collapse or expand a repeater item: https://www.wix.com/corvid/forum/community-discussion/if-else-collapse-for-repeater-items

Good luck!