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.
Hi All,
I have a form like this with multiple steps. For some action, I don't want to display some of the steps. ( For action A, I want to display only the form 2 and for the remaining actions, I want to display all 3) Now I am storing the label values in a local variable. Can someone help here please on how to have the conditioning
local!formSteps: { "Upload Document", "Add data", "Add other details ", },
Discussion posts and replies are publicly visible
Have a Parameter which would define the action and display the milestone.
Have your milestone data in a separate rule which would give output based on a variable. And use this in two different forms if you are using in these in two actions
Thanks Chaitanya, in the showWhen used like a a!match and based on the action name, I am displaying the form steps
you can do that as well. May be if you share your code, it would help me understand better.
I used like a a!match and it;s working. thanks for your help.