- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2025 07:23 AM
Hi,
I have added an extension in the Windows OS pattern, where I want to populate a custom field called Full OS Build, and it works well, however in small percentages sometimes the result returns null and in that case I would not want to run the transformation, I have added the following in my condition:
But still doesnt seem to work, any idea?
Solved! Go to Solution.
- Labels:
-
Orchestration (ITOM)
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2025 07:49 AM
Rather than specifying the row with a 1, leaving the content of the square brackets empty
$f_details[].d_version

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2025 07:49 AM
Rather than specifying the row with a 1, leaving the content of the square brackets empty
$f_details[].d_version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2025 08:00 AM
Thanks Kieran, let me try that and see.