-
Hi all, I am trying to combine a string from I tried many things (
Input for
I need your help to figure out the right way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The combining part of your code works just fine. The issue is the |
Beta Was this translation helpful? Give feedback.
You are right. Checking on the console in the light of your explanations helped me to figure it out.
So I just needed to add
.collect()
to make it 3 elements and it worked: