I’m producing an app that allows visitors to a facility sign in when they arrive at the facility (not like sign in to an app, but sign in to show they’re present in the building). I have a data type called CheckpointLog that’s holding all the records for these sign ins.
I have a reusable element that I’m trying to show on pages when someone signs in to the building. I have a yes/no field called Processed that I’m trying to use to toggle visibility of the reusable element (floating group). Below is the conditional I’m using.
The reusable element is not showing when I create a new CheckpointLog record using the sign in form. I have it set in the CheckpointLog data type to set the Processed field as ‘no’ by default. So, in theory, when a new entry to the database is entered, this should show the reusable floating group.
What am I doing wrong? If I need to provide additional information, please let me know. I would be extremely grateful for any assistance.