Hi All,
I am adding and fetching data from database through integration object and displaying it to the interface. First time when add button is clicked it gets displayed on to the interface and when second time I click on add the data gets added to DB but its not refreshing to interface. I have used the refresh variable in the interface as well. Can anyone please help help me.
Discussion posts and replies are publicly visible
Can you please share your code snippet to help you out
Did you try using refresh variable on the variable where you are querying the dB?
Try to use refreshOnVarchange Parameter in Refresh variables and assign the variables in it, the data may be refreshed
https://www.youtube.com/watch?v=26pkREvMqlc. Check this. It will help your use case.