Skip to main content
Nintex Community Menu Bar

How to pass Sharepoint site URL dynamically in K2 for sharepoint workflows

  • January 17, 2018
  • 3 replies
  • 15 views

Forum|alt.badge.img+6

We are developed K2 for sharepoint workflow which have send email component and we are passing sharepoint item URL in the hyperlink.

how to pass sharepoint site URL dynamically in the K2 for sharepoint workflow. Currently we are hardcoding the site URL.

After deployied the workflow to other environment , we need to open the workflow again and we are changing the site URL again in the send email component.

3 replies

VictoriaD
Forum|alt.badge.img+9
  • Novice
  • January 17, 2018

Forum|alt.badge.img+16
  • January 17, 2018

Hi,


 


It sounds like the workflow is setup to use some sort of item reference for the site url in the email steps. Maybe you can change the design to use the environment libary field.  When it's time to deploy your solution to target environment via PandD tool, you will be able to update the this field, more information about environment library can be found here: https://help.k2.com/environmentlibrary_whitepaper.aspx


Forum|alt.badge.img+6
  • Author
  • February 7, 2018
Thank you for the quick response.