Hi
I am modifying an existing SharePoint 2007 workflow. The workflow has an approval form created in InfoPath 2007. The form has various comment fields. I have added a dropdown box. The user must select a value from the dropdown box when they fill out the approval form.
In the code behind the workflow, I would expect the ExtendedProperties collection of the SPWorkflowTaskProperties to include an item containing the value from the dropdown box, but it does not.
As part of the modification of the InfoPath form, I edited the ItemMetadata.xml file that is used as a secondary data source, to include an extra attribute ows_mydropdown="".
In the form, the dropdown appears correctly bound to an element in the main data source.
I must have missed out an essential step here... any ideas?