I have a form with a 'ConfiForms TableView' I'm using 'Filter to apply on entries dataset' I have a field named CountryRegion with the list of countries and I have different user groups with the name of this countries.
If a user is in the user group Belgium I want filter and only show the users that have the word Belgium in the CountryRegion field.
If a user is in the user group Italy I want filter and only show the users that have the word Italy in the CountryRegion field.
If I use CountryRegion:Belgium I get the result that I want but only for users from the group Belgium.
I need it to check if a user belongs to a user group and apply the user filter according to that.
Thank you.