FetchingCapturedData activity retrieves the captured data for one Document Definition and applies the data transform that matches the template name it is given.
For the general procedure, see Create a Pega activity.
Pages and classes
Parameters
Activity steps
1
Open the case

2
Fetch the captured data
Set Method to 

Property-Set and the properties as follows:For more information, see FetchingCapturedData.Add the following Jump conditions, which route each template to its own data transform, and set On exception, jump to later step label to
ERR:

3
Apply the invoice data transform
For more information, see jsonToInvoice.Add the following Jump condition, and set On exception, jump to later step label to
ERR:

4
Apply the banking data transform
For more information, see jsonToBanking.Add the following Jump condition, and set On exception, jump to later step label to
ERR:

5
Apply the contract data transform
For more information, see jsonToContract.Add the following Jump condition, and set On exception, jump to later step label to
ERR:

6
Apply the letter data transform
For more information, see jsonToLetter.Add the following Jump condition, and set On exception, jump to later step label to
ERR:

7
Apply the price data transform
For more information, see jsonToPrice.Add the following Jump condition, and set On exception, jump to later step label to
ERR:

8
Post the error message

