I am trying to set a defult drop down value on the workflow modeller instantiation screen but some how it still shows a blank value as the first option.However,this works fine when i place the code on the DCT but does not work on the custom_instantiation.cfg.Any ideas? I am on TS 7.4.1
<item name="send" pathid="send">
<label>Send</label>
<description/>
<select required="t">
<option label='Immediate' value='Immediate' selected='t' />
</select>
</item>