Skip to main content
Nintex Community Menu Bar
Solved

Nintex Automation Cloud: SharePoint Online Start Event Condition Builder: Missing field

  • April 16, 2024
  • 2 replies
  • 98 views

Forum|alt.badge.img+4

Hello,

the condition builder seems to display most fields as an option to define when the workflow should start.

But one managed metadata field is not being displayed as an option for the condition builder.

Interestingly a different managed metadata field is being displayed as an option.

How does the Start Event Confition Builder differentiate which fields to display as an option?

How can I make the missing field appear as an option?

Thank you in advance!

Best regards Niklas

Best answer by Jake

Hi @NiklasG 

There are a few limiting factors when it comes to start event conditions, date fields and some data types are not supported. this is not because Nintex cannot support them, instead its more that those fields are not served by SharePoint to the API we can react to.

 

It is odd indeed that one managed meta data field is shown but another is not, I would think perhaps this might be because there is a limit on how many of the fields are supported by the API, the limits of which I don’t remember of the top of my head.

 

A good approach might be to use a calculated column that stores in single line text, this normally works.

 

Jake. 

2 replies

Jake
Forum|alt.badge.img+13
  • Scholar
  • Answer
  • April 16, 2024

Hi @NiklasG 

There are a few limiting factors when it comes to start event conditions, date fields and some data types are not supported. this is not because Nintex cannot support them, instead its more that those fields are not served by SharePoint to the API we can react to.

 

It is odd indeed that one managed meta data field is shown but another is not, I would think perhaps this might be because there is a limit on how many of the fields are supported by the API, the limits of which I don’t remember of the top of my head.

 

A good approach might be to use a calculated column that stores in single line text, this normally works.

 

Jake. 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • April 22, 2024

Hi @NiklasG 

Did this response answer your question?