How can I switch the message recipient on a fixed send screen?

I want to build a send screen like the attached image in Adalo.

What I want to do:

  1. The Send page itself stays fixed
  2. The user selects one recipient at the top
  3. The recipient can be changed with left/right arrows or horizontal swipe
  4. The selected recipient becomes the Recipient of the next message
  5. The input field and send button stay fixed at the bottom

I don’t want a normal SMS-style structure where users open each person’s chatbox.
Instead, I want one fixed send box, and only the recipient changes.

What is the simplest way to build this in Adalo?
What database structure and actions should I use?

Hi @Yuki.O,

I guess the ‘Conversation Action Button’ in the marketplace would help you here!
It can continue a conversation so you connect the conversations list and filter it for the horizontal list selecting user’s conversations, and using the filtered conversation ID in this field. I haven’t tried this yet but I guess would work, will check and try to share a quick video.

For the recipient horizontal list, image slider would work with arrows instead auto play.

Thank you and have a great day!