Api data returning to knack

I have a simple app that allows the user to input an address field of which I have set up in make. whensubmitted the address goes to make, and searching the property value from a ( http module using www.rapidapi.com) and returns the data back into knack.

Everything works perfectly however I have to refresh the knack page in order for the results to show…

Is there any way to have the data return and display without refreshing, or use the search option in knack to trigger the make module and return the results in the search module in knack

Hello Lyntex,

If you are showing data in a table then use Knack.views.view_xyz.model.fetch() to show all new records in the table instead of refreshing the complete page.

You can use timer functionality to refresh after any interval that you need.

Regards,
Sunny Singla

hello Sunny, I would love for you to walk me through this if possible

Hello Lyntex,

You just need to place that code under where you place the refresh page code.

Regards,
Sunny Singla