Refresh view data when modal closed?

How can I force a refresh of view A’s data when View B (a modal) closes?

SETUP:

  • I have view A that displays thing’s details.

  • From button click I open view B in modal where I edit thing’s details.

  • I close the modal with go to previous mobile view action.

How can I force a refresh of data on view A?

1 Like

Similar issue here - I’m trying to refresh a view with a new API call when returning from another view, but it doesn’t seem to reliably trigger when navigating back. Would love to hear if someone has found a workaround

workaround is using a sheet that’s a reusable elelement and using custom states on the RE to force new data on page.

It would be way better if we could pass date / update properties when “go to previous mobile view” is triggered. for now the above is an OK work around