how to assign users from contact listpage to selected records for listpage i will expalin my story clearly below
i want to select records from the list page then click multi Assign button then open page the have list of contact (user) here select number of users then assign those record to respected user. example select 4 records then click button then open page select 4 users from list of contacts name then assign accordingly.
here for selected records can get by collection parameter Nested param as Id so one by one it will take so i used subprocess for that guide me for that too.
Like
Hello,
You can achieve this by using multi-select on the list page and launching a business process for the selected records.
The Multi Assign button can be configured on the list page so that, when the user selects multiple records and clicks the button, it starts a process for those selected records. The selected record IDs can be passed to the process as a collection parameter.
Inside the process, you can open a Pre-configured page. This page can display the selected records and allow the user to select the required contacts/users for assignment. After the user confirms the selection, the page or process can perform the required assignment logic, such as assigning each selected record to the corresponding user.
Please find the relevant articles below:
Set up a button that runs business processes in a section
Set up Multiselect lookup component
Run a process for multiple records in a section