I have a list collection which allows user to open a modal screen to edit a selected item.
How do I force a refresh of list collection on closure of modal screen to ensure any updated values are shown correctly.
Thanks
I have a list collection which allows user to open a modal screen to edit a selected item.
How do I force a refresh of list collection on closure of modal screen to ensure any updated values are shown correctly.
Thanks
Hey @mkhalford!
What is the source of your list collection? If it's from a query, for instance, you may try adding an unload handler to the modal screen that re-triggers the query:
Let me know if that helps!
Thanks. That works.