I am trying to list the identities by Search Query: attributes:actualStartdate:2018-08-18T00:00:000Z. I have few question on the same, could you please help me with these
1.How can use the search query where i do not hardcode todays date?
2. How to retrive or iterate single identity from this? I tried as below but I am getting error.
Hi @sindhu_v_murthy,
You can make use of now/d expression for search query, that way you don’t need to hardcode today’s date.
To iterate over identities, you need to use loop operator.
Workflow:
Loop:
Get Identity:
Thank you soo soo much this helped
Don’t forget to mark it as solution, if that worked for you. Thanks



