Yuki.O
December 30, 2025, 2:34am
1
I want this UX:
User selects multiple recipients
Logged-in user writes one message
The app creates one message per selected user , each with the same text
So technically, I need to create multiple Message records (one per recipient) from a single text input.
What is the correct way to do this in Adalo?
Is looping through selected users and creating records the only approach, or is there a cleaner pattern?
Dilon
December 31, 2025, 8:54am
2
Hi @Yuki.O ,
For bulk operations, countdown trick (found by Victor) can be used for small amount of records or a 3rd party integration can be used. (MAKE is my favorite) What would be the goal here, is this a group chat?
Thank you and have a great day!
1 Like
Yuki.O
January 1, 2026, 11:43pm
3
Dilon:
For bulk operations, countdown trick (found by Victor) can be used for small amount of records or a 3rd party integration can be used. (MAKE is my favorite) What would be the goal here, is this a group chat?
Thank you and have a great day!
I’ve solved it already. Thank you.
1 Like
system
Closed
January 11, 2026, 11:43pm
4
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.