29-09-21 03:36 PM
Hi,
I have excel file which contains some hyperlinks. I want read that hyperlink. how can i get it?
30-09-21 11:59 AM
30-09-21 01:42 PM
No, i try that but i was getting name of that hyperlink e.g if its display ABC as link then output was ABC not the hyperlink.
Thank you. we have resolved it by writing code stage to get URL
17-01-24 07:19 AM
Hi @RohiniPatil1,
Can you please share the code you had to write to get the links?
Thank You.
18-01-24 09:46 AM
Hi @Moses Kobe - I just wrote a custom code you can add add as action in one of your excel extended objects, you can check params for input and output variables, add any exception handling if you want to-
Input Excel-
Output -
let me know if you find any difficulties with this.
------------------------------
Regards,
Mukesh K
------------------------------
18-01-24 10:31 AM
Thank you, I will look into it.