Solved

Semantic error(s) found

  • 22 September 2021
  • 2 replies
  • 163 views

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?

 

 

icon

Best answer by Haywhy21 23 September 2021, 15:48

View original

2 replies

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,

Thank you.

Reply