- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:40 PM
Looking for a way to use the item count to decide an action.
We have a group that has a max of 250 people allowed, if there is 250 people in that group already, we want to create a task to put user 251 on a wait list to be reviewed manually.
I can use the Entra ID spoke and use the Look up Group Members Stream
this will give me the count of users
In this I can see there are 207 members in the group
So what I want to do is a test using 205, if there are more that 205 log a file that says one thing, if less, log a different file
The problem is it returns the Item count as 1 and not 207
Any idea on how I can use the ENTIRE item count?
These are the only blocks I get
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2025 06:14 AM
@Brian Sorensen copy the oob action and modify the input parameters. Also replace the url in the REST step with the one which I previously shared.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 10:30 AM
Thanks!
Ill try it out appreciate it