Skip to main content
Nintex Community Menu Bar
Solved

Semantic error(s) found

  • September 22, 2021
  • 2 replies
  • 474 views

tpettijohn

I am developing a NWC workflow with a Start Form.  The form contains some typical controls: several Labels and Spacers, one Data Lookup, several Choice - Single, a couple Yes/No, and three File Upload.

 

From the Designer workspace, I click on "Workflow Testing".  The form launches and I fill in the data, select choice fields, y/n, etc. and add several attachments.  Once done, I press the Submit button.

 

The workflow fails almost immediately after Submit is pressed with "Semantic error(s) found. [Error Code: Semantic.Error]".

 

What are Semantic errors, and how do I troubleshoot the Workflow to determine the cause of the errors?

 

 

Best answer by Haywhy21

Check out your variables, and also make sure you are not performing an incorrect operation.

 

Semantic errors mostly happen when you are using undeclared variables or you are using an incorrect operation.

BR,

2 replies

  • 36 replies
  • Answer
  • September 23, 2021

Check out your variables, and also make sure you are not performing an incorrect operation.

 

Semantic errors mostly happen when you are using undeclared variables or you are using an incorrect operation.

BR,


tpettijohn
  • Author
  • Rookie
  • 8 replies
  • September 26, 2021
Thank you.