Hello
I have two custom workflow activites created to format two specific types of fields (say field1 and field2).
Both the custom workflow acitivies accept one input parameter which is required.
The main workflows fires on create and on change of the values of the fields of contact entity.
So Worklow1 fires against field1 and Worflow2 fires against field2.
On create, when user enters value in both the fields, generic sql error is returned.
On Update, the same scenario works properly (even when values of both the fields are changed).
I tried to use both the custom workflow activities in the same workflow but still errors occurs
Thanks
Krish