Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
its posible disable a button when i have a form, with some textfields required? i have a form like this.
when I complete the form, the blue button should be enabled, I have local variables where I store my data.another thing we tried to do was to do it with if, but there seems to be a hierarchy.thanks you!
Discussion posts and replies are publicly visible
The only thing you need to do, is to add a condition to the "disabled" parameter of that button. Use or() and and() to combine multiple conditions.
What kind of hierarchy do you mean?
You can create multiple local variable for multiple forms or create single variable and pass it to all the forms to fetch the data from those and then on button disable configuration you can use or/And condition based on the requriement.
Hi Deepak.
I appreciate you spoon-feeding the people with code but please also understand that by doing so, you are not letting them play with the code and understand how things logically work. That way, you're only helping you increase your numbers but not really helping the community members understand Appian better.
I am so sorry, but could you please let me know about regarding what number you are talking about?
Unknown said:you're only helping you increase your numbers
Oh okay, i won't share the code from now. Thanks for the suggestion.
Thank you for understanding. A better option will be, to share the code when the problem is complex. And guide the people to the resource where they can find the solution when the problem is trivial/basic.
Sure, I will take care from now onwards. Thanks a lot. Try to be polite please.