Hi,
I hope some one can help me simplify this process if possible. I have up to 20+ forms that use the same workflow that exports a form after modifying its metadata. The workflow uses the 'retrieve business process' construct to extract data from the form and modify its metadata.
At the moment, to retrieve the business process variables from the form the workflow has to use the form name in a conditional construct to find the business process variables for that specific form as you have to select the form explicitly when retrieving the forms business variables. The business process variables from the form are named the same for all forms even though the form content varies from form to form. At the moment I have to explicitly configure the 'retrieve business processes' for each form which is starting to make it a little unwieldly, especially as I have more forms to add. Is there a way to just extract the business process variables from the form that called the workflow?