Provisioning AD groups into SFDC

I am attempting to provision an array of filtered AD groups to an SFDC custom field (long text) on create. Provisioning will be handled via the OIN app. I was hoping to use getFilteredGroups({whitelist, “group.name”, 40) to filter the list appropriately. My AD group list is very, very large and can change often. Is there a way to create a rule or regex so that I dynamically create the whitelist? Hardcoding ids is not an option.

Thanks.

@jls013 I’ve asked around and I don’t think you need to leverage “getFilteredGroups” for this use case. https://developer.okta.com/docs/reference/okta-expression-language/#group-functions

Can you be more specific on what you are trying to do? A specific example would be great.