How do you separate multiple values present in a tag and display the values in subsequent labels?


I'm using cloud db for this

You are storing your four values in a list which is returned by cloudDB.

Iterate over the list, assigning each value to a different label. e.g.

set Label1.text to from list select item index 1
set Label2.text to from list select item index 2
and so on...

Can you give a block design screenshot please

Two approaches (of many...)

1

image

2

Thanks buddy

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