Using AsSpan (stack-structure) in an interpolated string (instead of SubString which is a heap-structure) throws "cannot create boxed byref-like values" exception. Note: "CA1846: Prefer AsSpan over ...
Retrieves a substring of some input and sets the specified output variable. This variable can be accessed via steps.<step_id>.outputs.<output_name>. value Value that the substring will be obtained ...