The CreatorCon Call for Content is officially open! Get started here.

Set integer to null using Flow Designer

Max McFa
Tera Expert

Hello Community,

 

I'm attempting to use the Update Multiple Records action to blank/null an integer field on the User table. I've attempted multiple methods, however none of them seem to work. Can anyone suggest a method that works for integers?

 

I've attempted the following:

Use the scripted function to:

return '':

return"";

return 'NULL';

return "NULL";

 

I've also attempted to set a flow variable to blank and assign the value using that.

 

MaxMcFa_0-1699566618157.png

 

Thanks for your help!

5 REPLIES 5

MugTm09
Giga Guru

Hello, @Max McFa .

My understanding is that you'll need to create an action in a script just to update the value and call it in a flow.

I haven't contacted ServiceNow about this,

but I think it's worth asking if necessary about the fact that OTB actions don't handle NULLs well.