irurzo
12/03/2023, 8:35 PMsrchObj
but then on the return of the getInput, created a new SS with the info from the search object
return search.create({
type: 'transaction',
filters: srchObj.filters,
columns: srchObj.columns,
});
It worked!