Skip to main content
ajinkyak532269
March 12, 2026
Question

Error while using saveInto and recaptchaSaveInto in buttonWidget

  • March 12, 2026
  • 2 replies
  • 0 views

Hi Everyone,

I am learning Appian and working on a simple interface form. While submitting the form, I am getting the following error:

"A button component must not contain both a 'recaptchaSaveInto' and a 'saveInto' parameter."

I tried removing some parameters but the error still appears.

Can someone explain why we cannot use both saveInto and recaptchaSaveInto in the same button and what is the correct way to handle this?

Any guidance would be helpful.

Thank you.

2 replies

harshas2775
March 12, 2026

recaptchaSaveInto is to be used only with Portals. If you are not working with Captcha and portals always use saveInto as that is used to update values in variables. 

So removing the recaptchaSaveInto will resolve the error you are facing. 


Ref documentation docs.appian.com/.../Button_Component.html

shubhama926776
March 13, 2026

In Portals only: Remove saveInto completely from the button.
Put all your saves inside recaptchaSaveInto using a!verifyRecaptcha().

This is required because reCAPTCHA reserves the button's save flow.
https://docs.appian.com/suite/help/26.2/fnc_connector_recaptcha_verifyrecaptcha.html