The CreatorCon Call for Content is officially open! Get started here.

Request Number as the Hyperlink in Flow Designer through 'Send email'

Hari Krishna1
Tera Contributor

Hi All,

Hope everyone doing great,

    

         I'm planning to send RITM number as the hyper link through 'Send Email' in Flow designer, for this I written custom action , i called in flow and added in Send email body, for reference please see the attachement.

 

------

var  agentURL = '<a href=" ' + gs.getProperty('glide.servlet.url')  + inputs['recordTable'] + '/' + inputs['recordSysId'] + '">' + inputs['linkDisplayName'] + '</a>';
outputs['link'] = agentURL;
-----------
I written this script, but out put im getting number as the hyper link but its redirecting to that record its showing some error,  please correct my script and please any suggetions, Thanks in advance
 
 
ritm hyperlink.PNG
7 REPLIES 7

Kieran Anson
Kilo Patron

I created a flow action to construct record links which you can download from Share

Worked like a charm for me. Thanks Kieran.

You saved hell lot of time for me.

Glad to hear this is still helping people out!

Hari Krishna1
Tera Contributor

Hi Kieran Anson, 

I created same 3 inputs and script i wrritten for reference see above i mention but that hyper link not redirecting to respective record , please provide steps so that i can achieve this or at least correct my script where i miss the logic.

 

 

Thankyou