I've searched and I haven't found a problem that is what I am experiencing.
Using a test workflow and test form, I am attempting to pull the sample XML from this Source, and have the data populate a drop down for selection/storage. This is a proof of concept for Workday integration down the road.
Problem is, even though I have a "For Each Value" loop, I am only getting the last iteration in the drop down, and not a full list.
I do know all values from the sample XML are being processed, because I have an email sent out for each iteration and they all come separately.
Is it possible to use ReadXML and %(ForEachValue_Iteration) to populate a drop down with multiple options?
Thanks to all in advance.