We are seeing a lot of our developers still needing to use the server action String_Join from the Text extension in client actions. Would it be possible to add as a client action in your solution under the text section?\
I think it is basically a list of text input with a separator input and text output and then the flow is a loop over the text list and add the text together by the separator.
Assign formula for the "join" -
If(Text <> "", Text + Separator + List.Current.Text.Value,List.Current.Text.Value)
Hi,
I use a variable and fill it manually:
Variable JoinName
JoinName + if(JoinName <> "", "#", "") + table.name
Valid in an aggregate for example:
Index("#"+JoinName+#,Tabela.CampoParaValidar)<>-1