61
Views
9
Comments
String_join is returning empty

 The function String_Join is not work.

 It's returning empty.


String_join1.png
2021-01-19 14-07-32
Tom Zhao

Hi Vivian Mattos 

It is really strange behevior. Could you provide sample oml file?

Regards,

UserImage.jpg
Vivian Mattos

@Tom Zhao 

It's as if the project didn't see and undertanding the Extension Text 

I saw this information, that I sinalized with red arrow.

I'm using Outsystem version 11.54.67.

Will be that it's for this reason ? The extension isn't work with other version ?


PictureExtensionText.png
2024-09-12 02-43-38
Deepsagar Dubey

Hi @Vivian Mattos 

Inside the loop can you please try to use ListAppend client action instead of assign, bcoz in each iteration of list lista3 will assign current value in list GuardaTodosNames23.  


I hope it'll help you.

Thanks
Deep

2024-09-12 02-43-38
Deepsagar Dubey

Also in debug mode pls check values inside In Use tab instead of Local, so it'll give you list lista3 and list GuardaTodosNames23 values in your current execution action. 

2024-07-16 17-36-51
Shradha Rawlani

Hi Vivian,

You don't need to use loop, you can direct assign one list to another in assign

then use that list in string join

Regards

Shradha

2021-10-09 07-57-44
Stefan Weber
 
MVP

Hej Vivian,

the reason is pretty simple. You are not using the result of the string join and that is why the result in debugging mode is empty. To use (and therefore execute the String_Join) add another parameter to your action and assign the result of the string_join to that variable. Then you can view the result in the debugger.

Stefan

UserImage.jpg
Vivian Mattos

I did the things that you suggest for me, but continue without to appear.

It's as if the project didn't see and undertanding the Extension Text 

I saw this information, that I sinalized with red arrow.

I'm using Outsystem version 11.54.67.

Will be that it's for this reason ? The extension isn't work with other version ?

PictureExtensionText (1).png
2024-07-16 17-36-51
Shradha Rawlani

could please share the OML please?

UserImage.jpg
Md Mansur

Hi @Vivian Mattos 

I have attached oml file and its working 

Link: https://personal-bedrfblj.outsystemscloud.com/JoinString/Names

Thanks 

Md Mansur

JoinString.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.