Skip to main content
Question

Error on submitting form

  • 13 June 2024
  • 2 replies
  • 19 views

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

2 replies

Userlevel 3
Badge +10

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?

Userlevel 5
Badge +13

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?

Reply