I’m using a dropdown element & populating it with data from an external API.
The dropdown loads up the data correctly but there is an extra empty string.
I have stepped through the workflow in the debugger & I can see that the correct number of elements are returned. However the first entry in the dropdown list is an empty row.
What can I do to remove the empty row?
Hey @grehancl,
You’ll have to set This input should not be empty in the Dropdown element to remove the empty value. 
Yes that solved the problem. thanks