A field with Optionset name has "Group" with options(text and value) as
Text = "CSE" - Value = "1",
Text = "ECE" - Value = "2",
Text = "IT" - Value = "3",
Text = "EEE" - Value = "4"
Can this list retrieved and displayed in Dynamics 365 portal as dropdown using liquid markup language(web template)? dynamically(if added new options in CRM auto generate in portal dropdown)
<select id="group"><option value="1">CSE</option>........</select>