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
Use the pseudo-none (from above) to pass an optional input from an optional array to a subworkflow: input_name = if defined(input_names) then select_first([input_names])[idx] else none
Note that this is only needed because we are indexing into the optional array input. The optional input must be made non-optional in order to index into it. If indexing into an optional array is not necessary, the optional input can be passed directly to the subworkflow.
No description provided.
The text was updated successfully, but these errors were encountered: