You are viewing limited content. For full access, please sign in.

Question

Question

Custom Query - Output Values

asked on September 17, 2015

I know what classes I will be taking at conference!  Working on a custom query and when I turn on track tokens, I'm pulling the results I need just not sure how to turn them on to make them available in other parts of my workflow.  I need them for filling out the template since this is a migration project.  I have included the track token values and piece of workflow I'm having an issue with.  I'm sure I'm very close and just can't wrap my brain around a piece of something.

 

Thanks much!

Toyia

0 0

Answer

SELECTED ANSWER
replied on September 17, 2015

It does look like you are very close. You just need to utilize the ForEachRow tokens. Your foreachrow should look something like this when you assign the tokens. From there you can do whatever you need with them. Keep in mind since your assign token values is inside the for each row loop, it is created and destroyed each time it iterates so it would not be available after the For Each Row loop is finished.

If you need to save your variables, you would want to establish blank tokens before the loop, then inside the loop instead of creating new tokens, modify the previously made ones.

Hope this helps.

 

 

0 0
replied on September 21, 2015

John,

 

Thank you for your help!  This, combined with the feedback on my other question, resolved both issues. 

Much appreciated:-)

 

Toyia

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.