I have a flutterflow app. I have a properties and addons table. Each addons has a reference to its associated Property.
The page I am currently having an error with is this page: Edit Addons Page
I have a container, with a listview to display, the addons which are associated to the property.
I am currently getting this error Widget Configuration Error
as you can see in the first picture, I have the backend query which hides the widget if no match.
I also have Conditional Visibility setup on the Container and listview:
I cant seem to figure out how to resolve this error, if anyone has any recommendations, I would greatly appreciate it.