Hi All,We have a start form with a main interface which is having 3 radio buttons in one child interface and and based on radio button clicked, we are showing three different child interfaces. Now when we click on the radio button, we want the data inside the interface to be refreshed. Currently data is refreshed only when whole page is refreshed. Can we use refresh variables to achieve this or any other way??
Discussion posts and replies are publicly visible
Sarathkumar R if you have used load scope in child sections, please change it to local variable scope, by default it should refresh based on your requirement, when you click the radio button corresponding child section will be shown and refreshed.