I’m working on a workflow, which is meant to look for users who haven’t signed into an application within the last year. The application uses SSO and access is controlled by AD group membership.
So I have an action that runs an LDAP query against the relevant AD group, and a following action which runs an IDR query against the SSO logs from Entra, to show me all the sign ins to that application from within the last year.
What I’m struggling with now, is how to make the workflow compare the two outputs and spit out the people who are in the LDAP query’s output, but not the IDR query’s output.
Has anyone done something like this in the past.
