-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added pulling out a specific member of an array to FAQ #327
base: main
Are you sure you want to change the base?
Conversation
So, you should not just cut and paste. This should have some text around it to explain the issue and solution. See other FAQs. Also, I believe the heading should be capitalized the same as every other header with caps for all words except of, and, etc. |
@swzCuroverse thank you for the feedback will make updates |
|
||
## Pulling Out a Specific Member of an Array | ||
|
||
This example demonstrates how you can get a specific file in an array. This could be useful when you are taking files produced from another step in a workflow and need to capture a specific one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following up on what @swzCuroverse said, there needs to be more text explaining why/how this works.
- order of operations ("source" before "valueFrom")
- What "valueFrom" does
- what "self" means in this context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @tetron for the feedback. I'll make updates 🙂
fixes: #184