Scenario:
Need to open the link in a new tab of the saved search result.
Solution
The links can be created using Formula(Text). We can specify the navigation using the <a> tag.
You can add target=”_blank” along with the URL. This will make the link to be opened in a new tab when it is clicked.
Syntax:
‘<a href= URL_OF_THE_RECORD_TO_OPEN target=”_blank” ‘> Display Name </a>