Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

MARVEBUKA
Copy link
Contributor

fixes: #184

@swzCuroverse
Copy link
Contributor

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.

@MARVEBUKA
Copy link
Contributor Author

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.
Copy link
Member

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

Copy link
Contributor Author

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 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pulling out a specific member of an array
3 participants