I have 3 text input in my ui and i would like to create a java object with the input-text content when a button is pressed for further processing.
I tried to store the content of the inputtext in 3 context variables but i am obviously doing something wrong. please point me to the right direction.I spent the all day, but i do not understand what i am doing wrong.
FYI, this JavaScript (very different from Java & such searching for help on Java will not get answers for JavaScript)
This is (one of the ways) you can approach the problem. What have you done and why does it not work? post a minimal flow demonstrating the issue & someone will help you out.
Note: it is important to surround your code/flow with three backticks
Have a look at the UI form node, where you can define the input fields and get a submit button that sends all the values together. Though that may not be what you want.