Hi,
You can use the Foundation / readApplicationAsset activity in workbench for this.
You can give it an Xpath for the "appPath" for example:
concat(<folder name>,"/",<xdp filename>) e.g.
concat("myApplication/", "form1")
This will return a document that you can use in the rest of your process