then for each variable do: ```if(variable){ va...
# suitescript
j
then for each variable do:
Copy code
if(variable){
    var f1 = search.createFilter({name: 'fieldid', operator: search.Operator.EQUALTO, values: variable});
    filters.push(f1);
}