Hi All,
I am using Visual Composer 700.14. I have cretaed an application in which there is one requirement to display the message if some data is added to the database.
I have used Data Store to store the output. I have taken the "data store" from the output of the Data Service and mapped the input fields.
In the layout part, i have used Expression Box and in "Data Source Field" inside Expression, i have given STORE@Result.(Result is the field which is coming as the output from the Data Service.)
But i am not able to get the message when i deploy and run my VC iView.
Instead when i use Form in place of Data Store, i am able to get the message after adding data in the database but the problem is that if i use Form, the message displayed does not go when i clear the input field to enter another set of data.
How can the temporary data be stored in this version?
Please help.