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

Question

Question

How can I merge a multi-value to a simple-value?

asked on April 26, 2018 Show version history

Hi all,

 

Using Workflow, I retreive values from a document.

I have a multi-value's field called FieldA

and this is my values :

Line 1

Line 2

Line 3

 

Now I want to merge all values in simple value called FieldB

Ex : FieldB = Line 1;Line 2;Line 3

 

For this, I make a loop.

 

This is my condition : Tokens < or = CountValues

 

 

Now I don't know how to modify my tokens.

 

 

Need some helps plz.

Regards

0 0

Answer

SELECTED ANSWER
replied on April 26, 2018

Ok i found how to do.

 

 

The new token's value should be something like that :

Token1  = %(Token1)%(Pattern MatchFieldA#[%(Repeat_Iteration)]#);

then

FieldB = Token1

1 0

Replies

replied on April 27, 2018 Show version history

Another way to combine multi-value tokens is with Apply Index in the Token Dialog.  All values separated by: Semi-colon.  Workflow gives you lots of tools for every problem :)

 

 

1 0
replied on April 27, 2018

Hi Erik, thanks for the tips. I'm going to try.

Regards

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

Sign in to reply to this post.