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

I tried sys_ID but got the error: com.snc.process_flow.exception.OpException: No Record Found

 

Below is the flow and the dotwalk I used:

 

Capture.PNG

Capture1.PNG

@Jiajie Li 

 

Try with a request item whose variable asset contains valid record in it and is not empty

Would that be through dotwalking the Requested Item Record? I am trying to dotwalk to it be I don't see that option available. 

 

Capture.PNG