Question
Is it possible to make a string field, when the "Show string as URL" parameter is enabled, open not at host/link but at https://link
For example, I have a "domains" table and I record them there without https://
and as a result, they open as internal pages.
Answer
The standard setting Open as URL in this case should be disabled. It is necessary to enable Action Code and its parameters Execute on click and Format click as URL specifically for the Action Code.
In the action-code field, call the function linkToScript, adding the protocol:
= : linkToScript(uri: str`"https://" + $#nfv`; target: "blank")