Dropdown data

I have a drop down which i would like to populate with a small number of items, eg:
status for an activity and the dropdown should have Open, Closed, Cancelled as the three options

How can i create these three options as the datasource for the dropdown? I can put them in a table in the db but this seems overkill, is there a simpler way?

thanks

Hi @johnmu,
try that:

set properties:

it works:

Thomas

3 Likes

Thomas,

that works perfectly

many thanks

John

1 Like