Skip to main content
December 23, 2022
Solved

Data Refresh from Integration

  • December 23, 2022
  • 4 replies
  • 0 views

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.

    Best answer by sathvikb8954

    Try to use refreshOnVarchange Parameter in Refresh variables and assign the variables in it, the data may be refreshed

    4 replies

    prafuls972
    December 23, 2022

    Can you please share your code snippet to help you out

    December 26, 2022

    Did you try using refresh variable on the variable where you are querying the dB?

    December 26, 2022

    Try to use refreshOnVarchange Parameter in Refresh variables and assign the variables in it, the data may be refreshed

    December 26, 2022

    https://www.youtube.com/watch?v=26pkREvMqlc. Check this. It will help your use case.