I'm using a Fiber Data Model as a variable in my process, and I'm ultimately trying to push this data into an xdp. When I record the process back, I'm able to view all of the data within it and it appears in an xml fashion. Converting this variable into a document simply dumps a ByteArray. So I'm...