com.snc.process_flow.exception.OpException: Value of field record is not a GlideRecord

Jiajie Li
Tera Contributor

Would anyone know what this error means? I keep getting it when running the flow below. I am simply updating an asset to In Use and assigning an name to the asset. 

 

Capture.PNG

Capture.PNG

Capture.PNG

Capture.PNG

12 REPLIES 12

Manmohan K
Tera Sage

Hi @Jiajie Li 

 

The system is expecting a user record to be stored in assigned to field but the field which you are storing is maybe a string type or integer type 

 

You should be storing that variable value in Assigned to which is referencing sys_user table

Jiajie Li
Tera Contributor

Hello,

I thought the requested_for is a Reference field so that's what I gave it with the sys_ID to reference the correct user. Is that not correct? Below is a screenshot of my dotwalk. 

 

 

Capture.PNG

Manmohan K
Tera Sage

Hi @Jiajie Li 

 

Try with the requested_for only and not its sys_id

Jiajie Li
Tera Contributor

Hello, 

 

I tried with the requested_for only and not its sys_id but got the same error. I also tried to remove the Assigned To line and test again but it still gives the same error. Could it be my Asset reference? 

 

Capture.PNG