Thanks Vinod! So I am actually curious to know if there is a command for TB to insert whatever is in the column, as long as it is not blank.
I know that typically I can just insert the variable, but in this case, I am creating a bulleted list, and for the other fields an if/else command works, because the typical entries into these fields/columns will be standardized. But with the custom field (inspection clause), there could be any type of answer submitted.
So for example:
In the snippet example below, I am using if/else for all the other variables, to determine whether they are inserted, which also determines if there is a an extra bullet point added.
Is there some way to tell Textblaze, that IF the "inspection clause" column, has anything in it, to then insert that text? Thank you