How to Set dynamic label in proper way

Hello,
I am making a store in which as you can see in image there in platforms there are 4 platforms they are not written in which I want.

It is written in:-
Kodular,Thunkable,App Inventor,Android Studio

I want to create in:-
Kodular and 3 more

Note:- This is a Dynamic label.

How to do like this

You could split the Text on „ , “ in a List and delete the ones you don’t want. Then add the „more.“ to the List. Make a text from the list with „ , “ and set it for the text.

1 Like

Sorry, but how can I make kodular and 3 more like this @Ded_Sec_00

split spaces

strings > split(" ")

1 Like

I don’t use any space between two platforms I used commas , @HAKANKOKCU

Then set , on the split like @HAKANKOKCU mentioned.

1 Like

How @HAKANKOKCU

1 Like

image
Input your text and the ,

1 Like

Use , to store value like Kodular,Abc,Xyz

3 Likes

resim

Thanks all I got my answer

That is what I described. It would work perfectly :+1:

3 Likes

#off-topic
I think its more easy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.