
gj3tt (gj3tt) asked a question.
If I'm selecting Schedule event then I'm getting users list along with all the information. I'm unable to read the users username details to trigger the next logic of my workflow.
Want to read all the users one by one along with their attribute details that too periodically.

That is it! Now you can do whatever it is you wanted to do with each user's username in the Child Flow.
Rather than using a schedule and looping all users or subset of users, consider using a different Okta event trigger card like "User Okta Profile Updated", "User Sign In Attempt", "User Activated" or something else to be more JIT (just in time). If you go that route the trigger card will return one object at a time and you can get the "username" by grabbing the "Alternate ID" from the "Okta User" output object and then you can do something right in that same Workflow or pass it to a Child Flow.