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: