Hi, How can I send a link via email in HTML settings?

I’m setting up a flow for my bot, and I’m having it read an Excel file. In that file, there’s a link to open a local file, and I’m trying to put it in the email as Shared Folder. However, when the email arrives, the link doesn’t appear. Upon inspecting the page, it shows as Shared Folder

Plis Help me

You can use links in HTML emails like this

<a href="https://google.com">My Link</a>

2 Likes

thaks you, but i have a problem. When I use that link for an internal file shared via file server, it removes the href and doesn’t use it.

What does the link HTML look like?

  • Either add three backticks ``` before and after the code, like this:

    ```
    code content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

1 Like