Skip to content

[BUG] Array input #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions