In UIM 20.3.2 - OC console, the Memory Monitoring profile and CPU Monitoring profile or Disk Monitoring profile created in a dynamic group does not appear on the active Groups profile
The problem is MCS Memory Monitor template defines a field named ProfileName and it shouldn't, because the OC does not allow to fill it and creation of profile fails with a Javascript exception.
Release : 20.3
Component : UIM OPERATOR CONSOLE - GROUPS
update SSRV2Field set name = 'ProfileName_' where id = (select id from SSRV2Field where name = 'ProfileName' and template = (select templateId from SSRV2Template where templateName = 'Memory Monitor' and production = 1))
Then, restart wasp in OC and you should be able to create the profile.