We’re using APR to send out SO Acknowledgements. We need the ‘to’ field for the email to be dynamic. My thought was to use a BPM form to take the email address in but I couldn’t find a way to then pass that into the ‘to’ field in the APR setup.
Is there any way to set the ‘to’ field dynamically based on user input?
SSRS passes the context header around, and it is available to your .rdl (callContextBpmData) - you can use this to add arbitrary data outside of an RDD.
I wrote a guide on how to pass info in with this method here:
I have not tried to get data into APR this way, not sure if it would show up in the dataset, it should already be there if so.