Lookup fields in custom activity and [%_x005f_String0%]
Posted in SharePoint on Nov 29th, 2007
If you do a custom activity, configure it to use Lookup fields on field configured as DesignerType=”StringBuilder” and instead of field value you get [%_x005f_String0%] you need to process this value with this function: public static string ProcessStringField ( string str, Activity activity, WorkflowContext context ) Here is a code sample:
//…
public static DependencyProperty __ContextProperty =
[…]