I used the Google extension to translate my app’s label and buttons and the translation worked fine, but the following error appears: Select list item: Attempt to get item number 2 of a list of length 1: (VOTRE PROFIL)
Note: You will not see another error reported for 5 seconds.
I’ll leave the blocks for you to analyze and also the tip for you to implement in your app.
Its a Space Text not 2 items…mean its only 1 item…if you want it to as 2 item then use
split at text block…in Text parameter put this select list item 1 and at parameter put just space then you have 2 items
Could you explain better, how to do this?