Workflow error after added one choice field

  • 12 September 2019
  • 2 replies
  • 23 views

Badge +4

One nintex form (2013) had School Name(single line of text) field before. After below change:

added Client Choice (School/External), if select School, then School Name(single line of text) is available from a selection list (List Lookup with source list); if select External, then Company Name (single line of text) can be filled in, then "Company Name" and "School Name" fields were combined into a new field (School_Name) by a calculated value control and it into Sharepoint list .

All are fine but the workflow associated with it occurred an error if select External ( select School is fine):

 

Error parsing value. Value '' is not compatible with the selected output variable type List Item ID (integer)

 

Checked all fields, only two are numeric field ( Units, Discount), which has nothing to do with the above change. Anyone has idea on this? Thanks


2 replies

Userlevel 6
Badge +22
Hi,
What action is failing? What is it doing?
Badge +12

Most of the time when you use lookup column in Nintex forms, it brings your value with ID. You'll have to use parse lookup function to remove that ID. 

Reply