Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

unable to get hyperlink in outlook using flow

pilli vinya
Tera Contributor

Hi Team,

 

could you please help me on this. iam creating a change bridge line.

but with href is also not able to get.

here is the script in flow

var content = {
contentType: "HTML",
content:
"<html><body>" +
"<p><b>Change Number:</b> " + fd_data.trigger.current.number + "</p>" +
"<p><b>Short Description:</b> " + fd_data.trigger.current.short_description + "</p>" +
"<p><b>Planned Start Date:</b> " + fd_data.trigger.current.start_date + "</p>" +
"<p><b>Planned End Date:</b> " + fd_data.trigger.current.end_date + "</p>" +
"</body></html>"
};

return content;

10 REPLIES 10

Hi @Ankur Bawiskar  iam using Microsoft teams graph client credentials connection 

create meeting action and body script and content type html.

@pilli vinya 

where in flow? screenshots please

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

pillivinya_0-1786014485161.png

pillivinya_1-1786014514810.png

 

@Ankur Bawiskar  could you please check attached screenshots

@pilli vinya 

where are you trying to include that link?

try to create a flow variable and store link in that and then use that flow variable

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader