BRIDGE - Add Row with Text in Checkbox Column

I am using an Add Row module in a Bridge workflow. Within the module I am trying to output a text string into a checkbox field.

I would think that you could just set the text as a cell like you would for anything else, but it keeps adding the row with the checkbox being unchecked (false) as opposed to my text string.

I tried adjusting the "Override Validation" to each of the different options.

I tried it initially as a regular cell then as an advanced cell, all with no luck.

The only way I could get it to work was by setting it as an advanced cell with a formula of ="HIDE". Was my initial thought way off base? Is my workflow glitching? Is this the expected behavior with checkboxes?

Use case here is that rows added by this particular workflow shouldn't have the checkbox available. I am outputting a specific text string so that I can then use conditional formatting to basically "hide" the checkbox on these rows.

Best Answer

Answers