In this release we bring improvements to worksets in Open Model task and the value copy control.
Open Model Task worksets: We have improved how you set up which worksets to open in Open Model task. We now allow you to write parts on the workset name using pattern matching and Assistant will open all worksets that matches, i.e. writing *-A-* will open all worksets containing -A-. Writing *001 will open all worksets ending with 001. This will make it much easier to set up a open model task to open worksets accross multiple models.

Write to group members: You can now specify to write values to all group members when copying to a group. This is usefull if you want to copy a value from the group to all its members as well. This can be set up in the parameter target in the Value Copy control. Note that this requires the parameter to exist on both the group and the members of the group.

Removed selected mapping option in Coordination Tool refresh task: We realized that this option caused more confusion than convenience, especially when using this task with multiple models, as this feature only worked with one model. To streamline the process and making all setups more consistent we now only provide either all mappings or mappings with tags. Tags will be matched by name, so if you have multiple models with a tag with the same name, this setup will work across multiple models. By using the By tags option you can create a tag named something like "Automated refresh" or whatever you'd like and set this up in Assistant, this way you can configure which mappings should be refreshed by adding or removing tags from mappings.
Loop task variable issue: Fixed issue where variables set before a loop task were prefered over the loop task variables, resulting in all iterations of a loop to use the same variable value.