Issue with Dropdown Widget Data Type Mismatch

I have a dropdown widget in my app where the values are coming from a List<String>. This list is also used as List<imagePath>, List<VideoPath>, and List<AudioPath>. However, when I set the data type of the Dropdown widget value as VideoPath, intending to use it for the VideoPlayer Network URL field, I am encountering the following error: "Expected List<String> got List<Object>".I have double-checked the data structure, and in the JSON path, the variable in question is showing as List<String>. Despite this, I am facing this type mismatch issue.

Any guidance or suggestions you can provide to help resolve this matter would be highly appreciated.

1
1 reply