Button isn’t clickable conditional working weird

im trying to make a attendance management system
So when any user marked todays “time in” then “absent” button should not be clickable on same day, for that i have added conditional on absent button that if there’s already a data created with same date and user so absent button isn’t clickable, but its working weird some time its working perfectly some time its clickable, some time it takes 1 second after hover to be not clickable, i dont know if its bubbles bug or im making any mistake?
any suggestions?
Capture

Hi there, @junaid.cordis… it’s not possible to know exactly what’s going on without seeing more of your setup, however, the use of the :random item operator seems like it could be an issue. Is there a reason why you are searching for a random item as opposed to a specific (i.e., first or last) item?

Best…
Mike

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