Grooper 21.00.0082 is available as of 12-12-2023! Check the  Downloads Discussion  for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0024 is available as of 09-03-2024! Check the  Downloads Discussion  for the release notes and to get the latest version.

XML Link export adding "amp;"

ComputerDimensionComputerDimension Posts: 12
edited June 10 in The Astronauts (Q&A)
I am trying to export the Review Link as a Data Field, I have a field whose value is set to "http://{server}/Grooper/Review/ReviewBatch?repositoryId={repoID}&batchId=" + CurrentDocument.Batch.Id.ToString, and the link shows up correctly in the tester tab and json data, and directs me to the Review Page, but when I export as an XML, the link is formatted as "http://{server}/Grooper/Review/ReviewBatch?repositoryId={repoID}&batchId={batchID}" which takes me to an error page saying BatchID value is empty. I am not sure why the String is being edited, I would like it to export the same way I formatted it.
Sign In or Register to comment.