The use case for this is assigning a field value and the value is incompatible with the field datatype. This generates a warning message "The data assigned to field 'Amount_Temp' is not valid. 9017 [Bad field value. [9017]] [0265-WF10]". I would like to have special handling for this event but I can't try-catch on a warning.
As a workaround I could retrieve the field value after the Assigned Field Value activity and if it is blank then I know the Assign Field Value activity was unsuccessful. Then I could handle that event.
I think the feature request would allow a cleaner solution to my use case. The activity would then be more dynamic and useful to other users as well.