Skip to main content

FALSE

Returns the logical value false.

Can be used when you need to override a boolean value to false, for example if changes have been made and a sync flag needs to be reset. If used in combination with a filter on modified date you can "reset" the sync flag so that the records are included in a report/export.

You can use this concept in combination with Ouvvi Apps to let you know when something has been changed. If an record in your Ouvvi App is updated and the modified date is changed, then the sync flag is set to false. A report step can then be run to gather all records that have the sync flag = false. After the report is sent another project is then run to update the sync flag to true (TRUE()) so that the record is not included in the next pass. That way only the records changed since the last run are included in the report.

Syntax

bool FALSE()