- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2021 06:53 PM
Hi All,
I am new to Service now workflow development. I tried to publish a subflow after performing a slight change, but I got the following Warning and I am unable to publish and the status is in Draft state.
Failed to find reference to fd_data._30__look_up_record.status
Is there a way to find the issue and resolve it. Please help.
Regards,
Naresh
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2021 10:51 PM
Hi
you said, you performed "a slight change" and this probably the reason for the error.
Each time you drag a data pill into your flow an internal reference is created. So in case you remove or change anything on a action at the beginning of your (sub-)flow then following actions cannot refer any more on the preceding actions.
Without any further details you are the only one who can find out which changes have been done and which implications they have.
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2021 10:51 PM
Hi
you said, you performed "a slight change" and this probably the reason for the error.
Each time you drag a data pill into your flow an internal reference is created. So in case you remove or change anything on a action at the beginning of your (sub-)flow then following actions cannot refer any more on the preceding actions.
Without any further details you are the only one who can find out which changes have been done and which implications they have.
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2021 10:56 AM
Hi
Did my reply answer your question?
If so, please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing!
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 11:32 AM - edited ‎01-12-2023 12:39 AM
Hi!
I have the same issue with one of my flows at a customer. The error mentions a reference that is no longer there, so it's kind of hard to know what was moved.
"Failed to find reference to fd_data._32__get_flow_outputs.step_output_code"
Is there any way to remove old references in a flow? I really don't want to create this flow again from scratch... 🙂
UPDATE!
Found out I had referenced it within a code-snippet in the same flow 😂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 04:29 AM
I encountered a similar issue where an error message, fd_data._12__look_up_records.count, appeared when trying to save the subflow. After updating the flow, I validated all the steps following the 12th step and discovered the problem was with a scripted field referencing the 12th lookup record. However, after my changes, the lookup record had been moved to the 14th step.