SetAppTitle function
SetAppTitle(title : string)
This function sets the title of the Workbook App (browser tab title). SetAppTitle(…) can be called from an Execute Expression action.
Example
This example shows how to change the title of the browser tab.
SetAppTitle("My awesome Workbook");