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

Question

Question

multi-value

asked on October 13, 2016

I am retrieving values from a template that has multiple values. When I try to insert those multiple values it doesn't show more than 1. Is there something I am missing ?

 

thanks

choose_fields.PNG
insert_multi.PNG
insert_multi.PNG (52.16 KB)
0 0

Answer

SELECTED ANSWER
replied on October 13, 2016

You're inserting into a single row so the first value is used. If you need to insert it into separate rows, then you'll need to go through them and insert them one by one with For Each Value. If you want to flatten it into this single row, you'll need to format the token as a delimited list through the Token Editor.

3 0
replied on October 21, 2016

Awesome, I was able to get this working from the token editor..

the value ended up being 

%(RetrieveFieldValues_Custom GL Account Code_All#[, ]#)

 

 

Capture.PNG
Capture.PNG (48.79 KB)
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.