I have a form in NERM, when a profile is selected in attribute A, attribute B (also of type profilesearch) is enabled and shows the available options for the selected attribute A.
Is there any way to automatically select all the available options and assign them to attribute B?
you can use a script action or form behavior in NERM to dynamically fetch all available options for attribute B based on attribute A and pre-select them. This requires custom scripting or workflow logic to populate attribute B’s value programmatically with all matching profiles.