I am extracting below table from a webpage
I want to convert link column as clickable hyperlink.
Any solution for this?
Thanks in advance!
I am extracting below table from a webpage
I want to convert link column as clickable hyperlink.
Any solution for this?
Thanks in advance!
Hi, you can try to add a new column to your Excel DT and use Excel’s functions to achieve this.
Here’s an example: =HYPERLINK(“https://google.com”,“Google”)
can you give example?
Cant use custom activities for this process. Any other way?
give a try by surrounding the url with " like:
keep in mind that we have to escape a " within a string with an additonal "
This didnt work. i am using for each row activity and in that activity I am using add data row to add each row and making this particular column as hyperlink
Why should it not work?
And here you can set formula and its value within the correct way
Can you share a sample xaml file for this?