Skip to main content
Nintex Community Menu Bar
Question

Error on submitting form

  • June 13, 2024
  • 2 replies
  • 46 views

Forum|alt.badge.img

This error is faced when I click on submit button: Failed to convert parameter value from a String to a Int32

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • June 13, 2024

Perhaps a SmartObject call that you are making when you click the Submit button is expecting a number/Int32 value as the input but it is being sent a String value instead?


Forum|alt.badge.img+15
  • Scholar
  • June 13, 2024

What sort of rules are executing when you are submitting your form? Are you sending data anywhere via an update or some other type or rule that would pass data around?