View Categories

Issue with fetching data from Mavis DB table on form level

< 1 min read

Table of Contents

Problem Statement: #

In certain instances, dropdown options are not being fetched from the Mavis database. Specifically, the issue occurs when some columns in the Mavis table are not retrieving data, resulting in empty or missing dropdown fields in the forms.

Screenshot for your reference:- 

Solution: #

Ensure that the relevant columns in the Mavis table are marked as Queryable. Once the columns are made queryable, the system will be able to retrieve and populate the dropdown options correctly in the forms.


Hope this helps : ) 

Scroll to Top