unexpected error usually means you've done something incorrectly (user error) since it can't even give you the actual error details. Would probably have to see the code to give you any direction
v
vennila ramasamy
11/02/2023, 4:15 PM
var redSearch = search.load({
id : 'customsearch_fa_black'
});
log.debug('redsearch',redSearch);
var redSearchRunCount = redSearch.runPaged();
log.debug('redcount',redSearchRunCount);