You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question came up in today's call about fields that could take either a literal value or a runtime expression. The parameters field in the Link Object allows this. Probably we should clarify that anything that parses as a runtime expression SHOULD (MUST?) be handled that way, and that it's therefore not possible to specify a literal value that looks like a runtime expression (since creating an escaping syntax would require a minor version increment).