Unable to Update Boolean Variables (Under140HoursFlag, ZeroHourFlag, OverTime) in Workflow



Hi, I’m having trouble updating three boolean variables—Under140HoursFlag, ZeroHourFlag, and OverTime—in my Bubble.io workflow. As shown in the attached images, I’ve set up the workflows, but the values of these boolean fields are not being updated as expected. I want the user to be able to toggle these values between true and false, but they are not being saved to the database correctly. Can anyone help me identify what might be causing this issue? Thanks in advance!

You are setting the values to “Popup Form’s Attendance’s X”… but the popup’s attendance datasource is empty, you are literally creating the Attendance Form in that very step. These values will just evaluate to null.

Have you added a checkbox or equivalent to the popup? You should likely be referencing the value of the checkbox or a custom state, not Popup Form’s attendance, as this will be empty.



I have used this to edit the checkbox button in my attendance table to toggle the under_140_hours_flag column between true and false.Still it’s not working so please sugges tme what changes should i do.

@nico.dicagno

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