
Hi all,
I have added the Multiselect records PCF https://github.com/victorsolaya/Multiselect_Records_PCF to my model driven app. I added this to a multi line text box using the systemuser table so that i'm able to assign multiple co-owners of a record.
I'd like to create a view so it only shows records that have the current user is assigned to and co-assigned to. I'm unsure how to do this as I can only filter the co-owner column with "contains..." rather than having the "equals current user" like how it shows when filtering by the owner column.
Is it possible to do this or create a custom filter? Or should i add the multi-select records solution to a different column type?
Any help is appreciated. Thanks