We are not able to update the life cycle stage & status of the ci through flow action and got error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 03:31 AM
Hi All,
I have the requirement once the change is moved to schedule flow needs to trigger and update the configuration item the life cycle stage & status as "Operational & In Maintenance". We are getting the below error following error "Error occured while updating record: null" please refer the following snapshots for more details.
But we are able to update the life cycle stage & status of the same ci from the form level.
Please help on this issue, any kind of help is really appreciate.
Regards,
Kotaiah Sadari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:46 AM
Hello, I ran into the same issue and yours, and this was the only post I found. I seemingly found a workaround.
Setting the values as you have, using the provided dropdown menus, did not appear to function. However, setting the fields via script, like so:
did the trick. Very strange, and possibly a bug on at least some level.
From some experimentation with server side scripts, the field doesn't seem to accept the sys_id values of the stages despite being a reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 11:27 PM
Hello @Adahn ,
I also updated in the same way..but it never changed for me.. it is not returning any value. Is there something that I am missing. I am not updating the values at the core table (cmdb_ci) or it is on specific class.