How to clear out the value on a form via a transform map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
21m ago - last edited 7m ago
In my instance, I'm wanting to clear out the value of the 'IBP Tier' field of the below Application Service (cmdb_ci_service_discovered) record:
However, I only want users to be able to do this if they enter 'Null', 'NULL' or 'null' in the spreadsheet of the transform map as seen below:
I'm using the below field mapping:
However, when I run my transform, I find that it's not clearing out the 'IBP Tier' field. I was just wondering if anywhere knows what I need to do to clear the 'IBP Tier' field out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 seconds ago
Hi @matthew_hughes In the filed map script, if you select the 'reject' option, it will stop processing the entire row. change option to ignore. if choice is their it will take or it won't take
- Create: If the imported value doesn't exist, the system automatically adds it as a new option in your choice list.
- Ignore: If the imported value doesn't exist, the system skips updating that specific field but processes the rest of the row. No new choices are added.
- Reject: If the imported value doesn't match an existing option, the system stops and skips the entire record (row) to prevent bad data from being loaded.
If my response is correct, please accept the solution so it can assist others as well.
