@ThatAPIGuy, @leyburn19
I've tried to create a collection and then use the concat function.
ClearCollect(Samling1;Kontakter) ;; Launch("sms:/open?address="&Concat(Samling1;Telnr;","))
This works fine with email but I can't get it to work with text messages.
The app opens "messages" on my iphone but I only get the first number in the column. And I get the same result if I go to the datasource directly.
When i test the app in a browser it works. I can read all the phone numbers i the adress bar of the browser. But on my iPhone it doesn't
Samling1 is the collection I create
Kontakter is the datasource
Telnr is the column with the phone numbers
Note that I have to use ";" instead of "," in the code due to language differences