Updated: 2024-10-30
The history() function tests if a client's file information and history contains a particular value. There must be at least one input text value. All input text values must match the history’s message. This function is case-insensitive.
history(“value 1”, “value 2”, “value n”)
For example, to test whether any client has a calculation error recorded in their file history, use:
history(“calculation error“)