Repeatable List View Isn't Updating

  • Goal: I am using a list view to display the list of tickets assigned to a tech. I have a dropdown menu where I can change which tech I want to view the tickets for. When I change the tech, I want the list view to update with the new list of tickets. Also, for some reason, the initial container in the list view thinks it doesn't have any data, but it does.

  • Steps: I can view the listView state, and when I update the dropdown menu selection, I can see the data for the listView updates, but not the actual display

  • Question: How do I force an update to the repeatable? It's using a custom component for the display, so I don't know if I need to do something to force the update down into the custom component?

  • Screenshots:

==========================

Hey @nl-setech ,

I understand your issue. Here's a potential solution:

  • Use query triggers and model updates in the custom component code to update data dynamically when dropdown values change.
  • Utilize moment for handling and displaying dates accurately in the list values.
  • Leverage console.log in your custom component to debug the issue of repeated values effectively.

If you could share the custom component code and the static array object data, I’d be happy to provide a more tailored solution for your specific case.

Thank you!