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
In the first bit of the example flow, YAML is supposedly injected, but it's actually JSON ({"a":1}) and is ignored anyway because the subsequent template node overwrites the payload. Perhaps the inject node should simply inject a timestamp, as is the default, to avoid confusion?
The text was updated successfully, but these errors were encountered:
In the first bit of the example flow, YAML is supposedly injected, but it's actually JSON (
{"a":1}
) and is ignored anyway because the subsequent template node overwrites the payload. Perhaps the inject node should simply inject a timestamp, as is the default, to avoid confusion?The text was updated successfully, but these errors were encountered: