Hi all,
I'm struggling to have my list view update and hope someone can give me some light for the problem. I have following structure:
List View
--- Expandable widget
------ Component with a Slider (when expanded)
I want to get the results of the slider inside the container to update the information.
In the page there is a button to run API Calls
1st: Post API to update the slider result
2nd: refresh table/Lista
Expected behaviour should be the List view being updated with the new values, but nothing is changing in FF even though I see data updated in Xano.
Any ideas?