Resolves one input-mapping value, recursing through arrays and objects.
A string is a literal unless it carries a recognized prefix — payload., static:, data.,
context., or a conversation reference. That default matters: most authored mappings are literals
({"ticker": "NVDA"}), and treating an unprefixed string as a path would turn every one of them
into undefined. Prefix matching is case-insensitive, matching what workflow authors already
have stored.
Resolves one input-mapping value, recursing through arrays and objects.
A string is a literal unless it carries a recognized prefix —
payload.,static:,data.,context., or a conversation reference. That default matters: most authored mappings are literals ({"ticker": "NVDA"}), and treating an unprefixed string as a path would turn every one of them intoundefined. Prefix matching is case-insensitive, matching what workflow authors already have stored.