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

Question

Question

Assign delimited list to multi-value token

asked on February 5, 2024

In a workflow, I read a field value that contains a json.  One of the json pairs is labeled AccommodationCodes.  This is a list of comma-delimited codes that will, hopefully, be used in a lookup later.  But first, I need them to be in a more manageable form...like a multi-value token so that I can use them individually.  I can parse the json easily but end up with a list of values.  This list can contain 1 code or many codes.  It will look something like this:  CODE1,CODE2,CODE3,CODE4

Is there an easy way to assign them to a multi-value token?  Or a better way to address them individually?

0 0

Answer

SELECTED ANSWER
replied on February 5, 2024 Show version history

You can use the Assign Token Values activity and split on comma:

4 0

Replies

replied on February 5, 2024

Michelle,  I looked for that probably everywhere but there!  Thanks!

 

 

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

Sign in to reply to this post.