Looking at having an invoice approval process driven by email. Document understanding will use ML to analyze and extract information out of PDF.
Information is then put in an email and sent to appropriate person for approval. Email needs to have approval and reject buttons which automatically send an email about a response to designated email.
Thanks for that, I see that I can create a form with HTML and send that to approver. If approver makes changes to form and replies back, I want to read new values off the form. Anyway to read that from UiPath?
You can read…once the reply is there using get emails you can get the mail body…and latest using string manipulations or regex you can get the modified data…