Nintex Workflow Get Term Shared Properties

  • 15 January 2020
  • 2 replies
  • 4 views

Badge +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

Badge +3

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.

Badge +5

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)

Reply