I have a Value List with names of our "partners" (each name on separate line).
I have a database with a "name" field.
I'm just trying to setup a script to run and check if the "name" matches a names on the "partners" value list. But, no matter what I try, it never comes back as "true."
Any advise? Does this look correct below? Each time, the result is "0" not "1."
FilterValues(ValueListItems(Get(FileName);"Partners");Data Recovery Log Excel export Converted::Name)
Thank you for your help!
Brian