Trigger Binding type array #1598
Unanswered
sunyeongchoi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @sunyeongchoi , do you have many ways, depend your needs:
myArrayParam:
- value1
- value2
- value3
params:
- name: myArrayParam
value:
- value1
- value2
- value3
params:
- name: myArrayParam
value:
- value1
- value2
- value3
- name: anotherArrayParam
value:
- value4
- value5 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to bind parameters defined as array type to array?
I wonder why it was not possible to bind to an array type.
Am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions