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

Question

Question

HTTP web request using collection variable

asked on November 7, 2017

I'm using a Workflow HTTP Web Request activity to send information to our ticketing system. One of the variables it is sending is a Collection Field from the Form. But when the ticket is created it's only showing the first value in the collection variable, not any additional values. Is there a way to do it so that it displays all values of the collection variable? And if so, can it be formatted so that it's clear which information goes together (Computer 1 - Location 1 - Cameras 1,2, 3 and Computer 2 - Location 2 - Cameras 4, 5, 6)?

Form Field:

Workflow HTTP Web Request Content:

"Computer: %(RetrieveBusinessProcessVariables_collectionCameras\colComputerTag)\nComputer Location: %(RetrieveBusinessProcessVariables_collectionCameras\colComputerLoc)\nCamera(s) Needed: %(RetrieveBusinessProcessVariables_collectionCameras\colCameraList)"

 

End Result in ticket: 

0 0

Answer

SELECTED ANSWER
replied on November 7, 2017

This might be one of those cases where you might need a "For Each Row" activity together with a multi-value token, similar to the screenshot below

 

 

foreach.png
foreach.png (7.29 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.