Skip to main content
Nintex Community Menu Bar

Site Collection URl missing when saving href in the Multiple line of text(Enhanced rich tex)field

  • October 23, 2019
  • 4 replies
  • 19 views

Forum|alt.badge.img+1

Hello,

 

I hardcoded the URL and stored in the single line of text  variable as below,

 5042i6548C02BB47126D3.png

then I used buid a string and stored the value in the multiple line of text variable as below,

5043i12B90BD94EC2DF2F.png

then I used  set field value to store the buildstring variable in the list field(multiple line of text(enhanced rich text)).

 

My issue is : when storing in the list , "https://uatcdf" is missing in the URL but when i try to log the value it showing the full URL. 

 

SO what is the issue?

 

 

Thanks,

Sabarish 

4 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 23, 2019
Have you tried using a Hyperlink variable and a Hyperlink column in the list?

Forum|alt.badge.img+1
  • Author
  • October 23, 2019

Yes tried. 

Same issue


Forum|alt.badge.img+12
  • Scholar
  • October 23, 2019

@mpsabarish .......Did you try Web URL from Common tab and tweak your document URL accordingly? Also no need to use Set Variable action to build hardcoded URL and then use it in Build String action.....Directly build the URL in the build string action


Forum|alt.badge.img+1
  • Author
  • October 23, 2019

Thanks for your reply.

 

I fixed it. I removed that document name in the build string.