-
Hi Ory team, I'm trying to use the
When I look at logs in my upstream service I get only the first item in the
My example code is the same as in the previous discussion. You can find it here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello. You can pass an array as a string with some delimiter char as the way CSV file does. Then, in the server-side code, just use some string split function to get back the array. If the string contains the delimiter character, escape them. |
Beta Was this translation helpful? Give feedback.
Hello. You can pass an array as a string with some delimiter char as the way CSV file does. Then, in the server-side code, just use some string split function to get back the array. If the string contains the delimiter character, escape them.