Hi everyone,
I’m having trouble with the conditional filter on the detailed page when trying to display a specific record based on the logged-in user’s email. The logic seems straightforward:
• If the logged-in user’s email matches the email in the record, that specific record should be shown.
However, the behavior is inconsistent. Sometimes it displays the correct record, but other times it shows a random one. I can’t figure out why this happens.
It seems like the system recognizes the email condition but doesn’t consistently display the exact matching record.
Has anyone else experienced this? Is there a known workaround or a better way to ensure the correct record is shown every time? I couldn’t find a discussion on this, so I’d appreciate any guidance or suggestions.
Thanks in advance for your help!
Update: I noticed something else that might help diagnose the problem. I created a new user account, added record and after logging out of that account and logging back into an older user account, the detailed page still displayed the record from the new user account.