Hi everyone. I'm new to flutterflow and now frustating with building a native app without linking to firebase or supabase. I have stored all the data in the app state. The app will need to have multiple listing page with different filtering eg. product list in different categories. I have generated the grid view with "dynamic children" but seems that the item index will be messed up eg. when I update the #1 product in category A, it resulting in updates on the #1 product in category B.
I create a unique ID field (productId) in the data schema, but don't know how to continue with the "update app state" action in order to update the list according to the unique ID field (productId)...
Can somebody help with this? How should I continue with with the update app state action? thanks in advance.