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:
3 Likes
Thank you soo soo much this helped
2 Likes
Don’t forget to mark it as solution, if that worked for you. Thanks
1 Like
3 posts were split to a new topic: Workflow: limit of 100 reached when looping over identities returned from search query
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.