The function String_Join is not work.
It's returning empty.
Hi Vivian Mattos
It is really strange behevior. Could you provide sample oml file?
Regards,
@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 ?
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.
ThanksDeep
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.
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
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
I did the things that you suggest for me, but continue without to appear.
could please share the OML please?
I have attached oml file and its working
Link: https://personal-bedrfblj.outsystemscloud.com/JoinString/Names
Thanks
Md Mansur