Skip to main content
Nintex Community Menu Bar

Nintex Workflow Get Term Shared Properties

  • January 15, 2020
  • 2 replies
  • 8 views

Forum|alt.badge.img+1

Is there a way to get the shared properites of a term in the term store and write that to a list? 

If a user selects termA then all the shared properties associated to that term should write to the correct column.  

 

Example:

Vendor- TermA

Shared Properties:

Address - 1234 Address Ln

City - Atlanta

-------------------------------

List Columns:

Vendor: TermA (users selects term)

Address: 1234 Address Ln (auto populates based on shared property association)

City: Atlanta (auto populates based on shared property association)

2 replies

Forum|alt.badge.img+3
  • September 28, 2020

I also have this question... would like to pull back description field based on a user's selection within the Term Store such that it resides in a single managed place.


Forum|alt.badge.img+5
  • Nintex Partner
  • October 1, 2020

I think this is a hard "no" when using workflow.

 

It will required a coded solution using CSOM & C#

https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/jj165479(v=office.15)