Sample API Response Format

The API should return a JSON response in the following format:

# Json 


[
    {
        "id": "1abdc27c-3856-41c3-a7c6-444a8e91a12d",
        "label": "Karthick"
    },
    {
        "id": "2147c587-db98-4abd-9e62-d6f96b0abb54",
        "label": "Test User"
    },
]

                        
                    
id: The unique identifier for each dropdown option.
label: The display text for each option in the dropdown menu.

Important Notes

  • Ensure the API URL is accessible and returns the response in the exact format specified.
  • Test the advanced dropdown field to confirm that it populates correctly with the options provided by your API.

By following these steps, you can effectively set up and configure the Advanced Dropdown Field in your form to integrate seamlessly with your application data.