Forum Discussion
koryknick
3 years agoEmployee
Try this in the sort:
$record.email[‘platformCore:searchValue’]
It looks like you’re trying to have the Sort work on an object, which I believe it can only handle scalar values.
Try this in the sort:
$record.email[‘platformCore:searchValue’]
It looks like you’re trying to have the Sort work on an object, which I believe it can only handle scalar values.