The output of FormRequest is not available to map as input to a errorHandling Notification
Orchestration:Calling a Notification onErrorHandling does not capture the output from prev Component
Here's what I am trying to do.
Try to send a few values from the Grid via a Notification when the form request fails/ on abort
1. Create any simple Orchestration with inputs to and outputs from the Grid row of an App
2. Form request has outputs
3. Add Error Handling on Abort on the Form Request and assign a Notification with input paratmeters
4. When mapping the values to the Notification parameters - the outputs from the Form Request are not visible.
However the outputs are available to map on the Notification input parameters, only if the Notification is attached as a component following the Form Request.