Skip to content

[BUG] Array input #1

@JokerGN

Description

@JokerGN

When I send input of task as an array it will send command instead of value of it

for example I send input of workflow
{ hello: { world: [ "world" ] } }
so I want data in an array to be input for task
{ "hello": "${workflow.input.hello.world[0]}" }

but instead I get "world" we get "${workflow.input.hello.world[0]}" as input of task

Screen Shot 2563-03-20 at 14 44 19

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions