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
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