Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
4 replies
Answers
1 answer
Subscribers
10 subscribers
Views
4051 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Activity chaining related
balaganapathy
over 6 years ago
Is it possible in appian without activity chaining can i show two different forms for the same user to fill details
Discussion posts and replies are publicly visible
0
Sandeep Deshmukh
over 6 years ago
Hi
balaganapathy
,
No, without chaining it is not possible. But we have an alternative of this, In single form only, take two different sections and on Submit of first section with using buttonWidget, hide this first section and show second section. If you want to save or populate first section/form values in second section, you can use local variable. And in second section only you have to give buttonWidgetSubmit to submit this form.
So for end user it will show like they are dealing with two different forms like chaining.
Hope this will help.
Thanks,
Sandeep
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
0
nareshc647
A Score Level 2
over 6 years ago
Hi Balaganapathy,
As sandeep told you can achive this in a single form using buttonWidget. If you want to write the first section information into database use a!writeToDataStoreEntity() smart service in your submit button.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Aditya
Certified Lead Developer
over 6 years ago
It is possible using sections and buttons. For an example, create a new User Interface and from the design view select wizard. You can see how buttons are used to maneuver between different milestones. All you have to do is replace the milestones with sections.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
venkateshs329
over 6 years ago
Hi Balaganapathy,
As per above comments we can do using Button Widget and Sections withiinh a Singe Interface.
But Just want know what is the Use Case ? , Then we can easily figured out the best way.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel