Clearing a field in Flow Designer (Value of field record is not a GlideRecord)

Joe1
Tera Expert

I am attempting to set  a flow to remove the value of assigned_to in a cmdb_ci record. My initial strategy was to remove the value by setting the field to be blank. When executing the flow the error "Value of field record is not a GlideRecord" is thrown. Is there a way that the value of assigned_to can be cleared through Flow Designer?

1 ACCEPTED SOLUTION

Joe1
Tera Expert

Turns out I was using the wrong variable for reference! The record that wasn't being found was the Configuration Item. Totally my bad, thanks for the help!

View solution in original post

5 REPLIES 5

Jon23
Mega Sage

Hi,

Try using the scripting for the 'Assigned to' field.  For example:

Jon23_1-1675209159073.png

 

 

No luck with this.

newhand
Mega Sage

@Joe1 

 

I tried and it works...

What did you set to the value?  a space ? (I put nothing into the value field )

1.png2.png3.png

Please mark my answer as correct and helpful based on Impact.

This is what I first attempted. No luck.