Hi Guys,
I am trying to do something (and failing), I am pretty confident that this should be a lot easier and it may be that I am just making hard work of it.
I have a form that my users use to send data to sharepoint, I want to use the same form to retrieve values from sharepoint. This is working successfully for textboxes and comboboxes (The default property is ThisItem.FieldName).
However, this does not work for my dropdowns, in my default if I attempt to put ThisItem.FieldName, I get error: Expected Text Value.