Hello,
Is there a way to search for a string in the value of a single line field and output True/False or 0/1 to another field. The following formula works in Excel, but will it does not look like ISNUMBER OR SEARCH are available formulas in Laserfiche. I know I can use js, but I am using the modern form designer.
=IF(ISNUMBER(SEARCH("test", My_Field)), "test", "")
Thank You,