-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using a Variable like RECIPIENTS
in the query (@recipients={{.RECIPIENTS}}
) Arrays get resolved to [item0 item1]
without any proper seperation like expected ([item0,item1]
)
To Reproduce
Steps to reproduce the behavior:
- Start Container
- Send Request with Recipients (Array) Variable in Query
- See that Request fails at Signal API level because of malformed JSON Body
Expected behavior
An array should resolve to either item0,item1
or [item0,item1]
.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working