convert str2enum how I can do this ?

You cannot put the Empld Value into a field of type enum - by using a str2enum function. You are misusing it.

Does your field has some enum value which is equivalent to EmplId?

I don’t understand why you are trying to put a str value(EmplId) in an enum type field.