Multi-user auto-select and add to the list

I’m currently working on multi-user auto-select and add to the list.
(1) First, output a number from 3 to 6 with a random number generator.
(2) Then search for users whose list of hobbies matches.
(3) I want to randomly automatically select a number of users equal to the number generated in (1) and save them in the list.

I was able to implement (1) and (2), but (3) cannot. Tell me how.

Take the result of your step 2 in a dynamic expression, add the operator random items to it and then add operator items until and the number from step 1

Thank you for your reply.
I’m really happy to hear your reply as I was stuck.

However, either my explanation was bad or my understanding was poor, so I haven’t been able to move forward yet.

Let me once again explain the background behind my work.

I would like to create a chat with a random number of people ranging from 3 to 6 people. A member is a user who matches at least one of the current user’s InterestSet list. The selection of members is also random, and users can only choose whether or not to participate.

I thought how to do this with the steps below.

(1) First, output numbers from 3 to 6 using a random number generator.

(2) Next, use the number “not empty” in (1) as a trigger to set the workflow [When to perform]. Add users to the list with Create new list. [Filter] [Intersection] Search for users whose InterestSet list matches.

(3) At that time, I would like to automatically select the same number of users generated in (1) at random and add them to the list.

(4) Randomly select a group from the list on the web saved in (3) and display it to the current user. Press the join button to move to the chat screen.

(2) and (3) are related to workflow processing, and (1) and (4) are related to element display.

In the first place, the steps may be different from what I want to do. Could you please help me?

This topic was automatically closed after 70 days. New replies are no longer allowed.