Set integer to null using Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 01:52 PM
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.
Thanks for your help!
- Labels:
-
Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
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.