- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 10:27 AM
Hi all!
I am getting this Flow Designer error at submission before it even hits any of the stages in the flow. I have a new Service Catalog Flow I am testing. The Flow is selected on the Maintain Items table. Anyone know what causes this & how to fix?
Flow Designer: Operation(ANDE Default.cffe19e61be3a15076324332dd4bcb0d.13fe19e61be3a15076324332dd4bcb35.InlineScript_requested_forf80f99e69de3a1504a4a36f2349c338f) failed with error: com.snc.process_flow.exception.OpException: Error: Cannot read property "variables" from null,Detail: Cannot read property "variables" from null
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 10:41 AM
Based on error i can say you are trying to set value of a field to a variable's value using dot walking and the dot walking is incorrect.
Hence the system not able to read the variable value
Can you provide the flow images.
It would be easier to debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 10:41 AM
Based on error i can say you are trying to set value of a field to a variable's value using dot walking and the dot walking is incorrect.
Hence the system not able to read the variable value
Can you provide the flow images.
It would be easier to debug