how to map record in collection record to different object each record?

hello, i have a problem when using collection of record like this

I want from this collection of record passed by button to BPM to be assigned to different object like for the first object will be assigned to supplier 1 second to supplier 2 etc, it is possible to do that because i only know you can process it one by one

Like 0

Like

1 comments

Hello.

You can use the out-of-the-box functionality to process records differently based on the specified condition. For each record, a separate business process instance will be launched. Within the process, you can configure how the system should identify the required supplier using standard elements. For more detailed information on business process functionality, please refer to the Academy documentation: https://academy.creatio.com/docs/8.x/no-code-customization/category/process-elements-reference

Best regards,
Antonii.

Show all comments