Hi
I'm new to Appian. I tried doing the following the steps to insert data to my table.
Whenever i enter any data in my text fields in the form, the data disappears when i click outside the text box (the screen reloads as well).
I want to insert data to DB on click of my submit button in the form. Am not sure if i have configured the data mappings properly in 'user input' and 'write to datastore entity'.
Can someone help me figuring out what the issue is?
Thanks,
Shyamil
Discussion posts and replies are publicly visible
Hi Shyamil,
My guess is that you didn't select your variables to get saved within the form in the process model.
Also i would suggest you to debug in the following way.
1.- Check your interface in expression mode and change some values in the text fields then verify if your Rule inputs are getting values. ( If they do that means your interface is working fine).
2.- Moving to the process model verify your interface node and check if you have the process variables (Those are used to pass data around the process model and that is how you can connect your data in the interface and the process model).
3.- Run an instance of the process model so you can see realtime values of the variables. ( I believe you don't need any previous values so control + D) will work on your process model so you can see what values are over there in the process model.