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?
saveInto
recaptchaSaveInto
Any guidance would be helpful.
Thank you.
Discussion posts and replies are publicly visible
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
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