Hi @Meerkat,
Could you explain in details about your scenario?
I assume you are trying to add new record where one of the field is dropdown but that field is not dropdown in the excel.
Steps:
1. Select the Datacard for the field you want to make dropdown. In advanced properties, unlock to change properties.
2. Delete the DataCardValue (Input control) of that Datacard. Or hide text input control.
3. Insert New dropdown control inside that datacard.
4. Change new dropdown's property Items as array of your options : Items = ["MIS","Marketing","HR"]
5. Change Update property of the datacard : Update = Dropdown1.Selected.Value where Dropdown1 is tha name of newly added dropdown control.
6. If you hide the text input datacard, this step is not required. ErrorMessage of that Datacard may so error. change the Y-axis property of ErrorMessage name of old DatacardValue into the new Dropdown control name.like: Y= Dropdown1.Y + Dropdown1.Height.
7. If you see any error message, update it with the name of newly added dropdown control name.
I hope it is helpful.
Thanks,
Nabin