Hi All,
I have the requirement, where on click of a button in interface the text box pop up should appear to enter text and then submit it. Can anyone please help me how to achieve it?
Discussion posts and replies are publicly visible
Hi Rahul009 ,
You have to map the interface as Related action in a record and then use a!recordActionField() to display it as pop up.
Thanks Kiran,
How to display the textbox after the button click? Could you please elaborate a bit?
appian.rocks/.../
I usually like to point out that there is a difference between "requirement" and "design", and the sort of thing you've described here is actually "design".
That is to say, a different design (one more directly and inherently supported by standard Appian forms without difficult or painful workarounds) would still satisfy the same requirement, which would be to allow a user to enter and then submit some text on an interface.
Hello Rahul009,Create a process model with a user input task in which you will have your interface (Text box). Use this process model in a record's related action/record action. Call this record action/ related action in the UIT where you wanted to have the button click and pop up.