When attempting to use a FALSE/TRUE formula where FALSE should appear for empty cells and TRUE for filled ones, the formula is not working correctly, as it shows TRUE for both empty and filled cells
if(field(‘Submission Timestamp’) = ‘’, ‘FALSE’, ‘TRUE’)