22-09-21 02:40 PM
Answered! Go to Answer.
23-09-21 12:57 PM
22-09-21 05:09 PM
Hi Ravi
I'm not sure how your form looks but you have several options to have a Digital Worker return values to an Interact form submission. If the Submission has already been raised and added to the Blue Prism process, you can use the Get Next Item or Get Submission actions and the Digital worker can then utilize the information provided and change any of the data in the fields using the various Edit Field Value actions in the Utility - Interact API object. There are also various actions to change the field states and move the submission to the most appropriate Tab.
Alternatively, the Create Submission action creates a new form Submission on behalf of an Interact user and adds it to the Submission history in Interact and, depending on the delivery information chosen in the Basic information of your Form, either a Blue Prism Work Queue item, an email to a specified email address, or both. The Raise Submission action creates a submission and places it in the Inbox of a specified Interact user, thereby allowing them to view and make any amendments prior to submission.
You can find more information on the Utility - Interact API object and the relevant actions here.
Let us know how you get on!
23-09-21 12:19 PM
23-09-21 12:57 PM
04-10-21 09:14 AM