
gxwrc (gxwrc) asked a question.
I'm trying to connect:
- output attribute, user 'ID', or user 'EMail' or user 'Login' from Okta 'List Group Members' card (all attributes are text)
- to the input field attribute, 'ID or Login', of an Okta 'Read User' card (requires text attribute)
I can't find any other fields that make sense here.

We signed our contract today. Could it be a free version limitation that we're still experiencing?
Btw, in the picture ID field seems like a list but it isn't. It's just a text type under the 'Users' list type
Hello Joesph,
You are dealing with a data types issue. The results from "List Group Members" is a "List of Objects" and input field on Read User is text/string. You would need to iterate the list of objects in a Helper flow. And "each" object would have the read user applied against it.
Additionally, if you want to just pull out a specific key from a list of objects you can utilize "Pluck".
If you are completely new to Workflows I would suggest spending some time with the Free Flowgrammers training: https://www.okta.com/training/workflows-foundations-for-flowgrammers
I've attached an example flopack.
1) Download attachment and unzip
2) In workflows click the "Gear" icon next to the folder name on the left panel and choose import
3) Drag/select example.folder into the import field.
You will end up with 2 flows. Ensure both are enabled. In the Parent flow specify the group ID in the "Assign" card for your testing. Note that the "limit" for streaming is set to 1 since you are testing.
example.folder
Thank you Tim. Much appreciated. Looks like I need to study this tool further. I couldn't see right away why the extract and return item from list helper had to be external and couldn't be directly in the main flow so I guess I need to look into it.
Do helpers count as extra flows toward the quota?
@gxwrc (gxwrc) >Do helpers count as extra flows toward the quota?
If a flow is in an "off" state then they do not count against quotas for any Workflows Entitlement.
For "Legacy Workflows" customers no. For Tiered Workflows customers yes.
See: https://help.okta.com/wf/en-us/Content/Topics/Workflows/flow-limits.htm