im geting this error - Search Filter Removed :Filter expecting numeric value was removed, as non-numeric value 'New Hire' was provided but code is working fine it will affect to the flow in future
b
battk
07/27/2022, 10:35 AM
the error is warning you that one of your filters in your search is being ignored
battk
07/27/2022, 10:35 AM
if your code works the same without it, just remove the filter
s
Santosh Adap
07/27/2022, 12:06 PM
@battk if i pass the parameter as internal id in function, it wont give that error but if i pass the text it will give the error for exa= (getMappingNsMapping('Hire Date'))--err
(getMappingNsMapping(1))-- wont give err
i have taken this field value from type dropdown free form text
b
battk
07/27/2022, 12:29 PM
this sounds like you dont know how filters work
battk
07/27/2022, 12:30 PM
the filter expects either a number or text depending on the type of the filter