Using a choice to determine the email address of the requester

When we defined the collection, List of Items to Purchase, earlier, we supplied the name of the item as well as the requester's name. Given the name of the requester, we want to get their email address so that we can notify them at the end of the process whether or not the item was successfully purchased.

We may have a look-up table that matches the name of the person to their email address:

Name Email address
Henry henry@somewhere.com
Peter peter@somewhere.com
Margaret margaret@somewhere.come
Otherwise admin@somewhere.com

Let's program this logic to perform this matching to the process using a Choice stage.

  1. Open the Send Email Notification sub-page. Delete the ...

Get Robotic Process Automation with Blue Prism Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.