I’m looking for guidance on linking a UiPath form to an Outlook activity and sending that form to an Outlook email address. Any insights or examples would be greatly appreciated. Thank you!
@Sangeetha_G1
Welcome to the forum
We can use URL to the form e.g. within the email text
In general we can construct the url by Url to Actions + the Action ID
When creating the action we can also retrieve the URL from a Property of returned TaskObject
Thank you I will try it !!
I’ve designed a form using UiPath Form activities, and I’ve also set up a separate flow to send an email to the customer via Outlook. Now, I need guidance on how to effectively attach the form, containing mandatory fields for the customer to fill, to the email.
can you share with us some modelling details. We assume that you have created an Action Form right?
I suggest using version 2.0.3 (the “old” version) of UiPath.Form.Activities. Then it’s very simple, you just put your “send the email” code inside the Do block of the Create Form activity.
I have created form using UiPath forms, which is available in the latest version
maybe some understanding mismatching is to handle
we have understood:
OR
We keep in mind:
Are you looking to send the Form via email, that it will be filled out by the recipient?
Have a look at this: