Hey
I want to send a Hyperlink. If I copy an paste the Link into my mailbody, the email recipient can’t click on it.
It is only a “normal” text.
Thank you
Hey
I want to send a Hyperlink. If I copy an paste the Link into my mailbody, the email recipient can’t click on it.
It is only a “normal” text.
Thank you
Hello there,
It’s working fine for me.
Does this occurs if you send mail manually(not from studio) ?
Looks like problem with outlook.
please refer outlook troubleshooting steps.
Hi,
You can use the isHTML=true property of the Send Exchange Email Activity and post a full HTML there.
This worked for me.
Like the below example:
<!DOCTYPE html><head><title>UIPATH test email</title></head><body><p>Hi,<br/>Hi this is Test email from UIPATH<br/><a href="https://forum.uipath.com">Click here</a><br/><br/><p></body>
Dear All,
How to place hyperlinks for a word document please give me one example.
Best Regards,
Vijaya
Hi Vijaya, you want to add hyperlinks to specific text in your document?
If so please follow the below steps to achieve the task.
Repeat the activity if the word have multiple occurrence and use the find navigation button to move the selector in between each occurrence of the word.
Dear Hashim,
Thanks for your reply .
I Just followed steps what you mentioned it’s work for me.
Best Regards,
Vijaya.
Dear Hashim ,
I’ve an excel with name and url’s, we’ve to read the name and url from the excel and place the hyperlinks in word document that the name are already present in word document. mentioned below.
How can i automate using UIpath
Please help me ASAP.
Regards,
Vijaya.
try attached code for each loop.
ui_word_hyperlinks.xaml (11.3 KB)
Thanks for your reply.
worddocumenthyperlinks1.xaml (7.3 KB)
it’s my flow please help if any chages i am new to UiPath.
how to read names and urls from excel and place hyperlinks to word document (large text is there in word document) for those names using UiPath automation.
Dear Vinay,
Thanks fro your reply.
It is not working please help me step by step process with an example.
My challenge is how to read names and urls from excel and how to place hyperlinks in word document that the name (which will in excel) are already present in word document.
Please help me , I am new to uipath
Best Regards,
M. Vijaya Lakshmi
The highlighted argument should be the name from Excel to which you want to add hyperlink in the word.
for eg: Delusions (i guess it is case sensitive)
Also make sure to replicate the Arguments (both on the Page as well as Code Activity)
It is a bit complex with all the arguments, but it works for me.
<AssemblyReference>Microsoft.Office.Interop.Word</AssemblyReference>
Again its totally up to you if you want to go with this logic.
Dear Vinay,
Thanks fro your reply.
Best regards,
Vijaya.
Dear Vinay,
Thanks for your reply,
I have one more challenge
How to read hyperlinks,bookmarks in pdf using uipath.
Please help me with an example
Best Regards,
M. Vijaya Lakshmi
Software Developer
Dear Vinay,
Please modify my flow if any mistakes it is not working.
wordlinksreading.xaml (10.3 KB)
Best Regards,
Vijaya
You forgot this step
Try to use(modify) my workflow, or you might have to add below assembly explicitly to your XAML by opening in TEXT format to Import that dll into your WF.
And Below arguments in your code should be Object Type
A post was split to a new topic: How to read all hyperlinks and book marks in pdf using uipath
Dear Vinay,
We want to implement automation for given list using UIPath for PDF file.
Best Regards,
M. Vijaya Lakshmi
Software Developer
Tel: 040-44335555 Ext:221