
Announcements
Hi Community
i need to create a clickable link for O365 E-Mails, this is what i have so far
what is the express i need to use for Replace
I tried
replace(replace(replace(replace(replace(body ('HTMLTable'), '&1t; ', '<', '>', '>'), '&'', '&'), '8#39;' , '"'), " ''")
for Link I used
<a href="https://outlook.office.com/mail/inbox/id/',item()?{['conversationId']},'">Link</a>
the link works, however I still get https://outlook.office.com/mail/inbox/id/ as the URL in the browser
@uwtsd-shind This is a string not an expression. You will need to insert an expression into your action. Refer to this section of my YT Tutorial I've linked below that covers this specific mistake.
7 Functions You Need to Know | ⚡️Expression Essentials: Part 1⚡️
In this section, I'll cover how to get dynamic content with an expression when the dynamic content you need isn't listed in the dynamic content menu.
In the full tutorial I cover 7 functions you need to know when getting started with expressions.
1️⃣ empty()
2️⃣ coalesce()
3️⃣ equals()
4️⃣ if()
5️⃣ concat()
6️⃣ length()
7️⃣ split()
I cover how to use these functions in expressions and I’ll also cover common mistakes when it comes to writing expressions and show you a few tips and tricks along the way.
As a beginner or even an intermediate flow builder—expressions can seem a bit complex at first, I’m going to try to simplify it for you. If you want to level up your flows by writing expressions—keep watching!
IN THIS VIDEO:
✅ What is an Expression?
✅ What is a Function?
✅ What Does Wrapping a Function Mean?
✅ How Do I Insert an Expression?
✅ How to Use a Compose action
✅ How to Navigate the Expression Builder with Arrow Keys
✅ How to use the Expression Tooltip
✅ Common Mistakes When Writing Expressions
✅ How to differentiate a null from an empty string
✅ How to Get Dynamic Content When it’s Not Listed
✅ How to Use a Get Item Action to Verify Dynamic Content Output
✅ How to Convert Strings to Lower Case