We need to filter workday saas accounts who has FIRST_NAME as “Test” I tried to use PATCH source but still its aggregating all the sources accounts to SailPoint.
Can anyone guide us a better approach to achieve this ask?
For “value”, can you confirm you are using the correct attribute name?
In your initial post, “account.containsIgnoreCase("Test")” is being added to filterString. This is assuming ‘account’ is the attribute on the Workday record you are looking to filter out if that attribute contains “Test”.
Here is the example in the documentation on how to format this value.
Got solution from SailPoint professional services this workday saas connector doesn’t have filter setting to filter the accounts while aggregation.
Thanks!
Hi @vasanthrajsp29@zachm117 There’s something called as “Account Filters” configuration in the aggregation settings. Can we filter out based on that? If yes, any example?