How to return 2 concatenated values in a field

I need to return from firebase 2 values concatenated and spread out by space from my firebase, how can I do this? I made the change below, joining the index 4 + 5, but it gave an error. Thanks

expected

image

At a time block will read one index. So I suggest you to use join block.
S
Join (select from list item list get value index 4)
(select from list item list get value index 5)

If you want space between the two values add one empty text box in-between with one space.

1 Like

Very Very Very Good!!!

You helped me a lot, man, for the second time, I don’t know how to thank you and still send me examples

1 Like

Welcome… Already you did it :stuck_out_tongue_winking_eye:. I mean by hitting solution button is the way of thanking the person who helped us, you have that courtesy. . Keep asking in community, …

1 Like

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