com.snc.process_flow.exception.OpException: Value of field record is not a GlideRecord
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 11:18 AM
Would anyone know what this error means? I keep getting it when running the flow below. I am simply updating an asset to In Use and assigning an name to the asset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:05 PM
I tried sys_ID but got the error: com.snc.process_flow.exception.OpException: No Record Found
Below is the flow and the dotwalk I used:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:08 PM
Try with a request item whose variable asset contains valid record in it and is not empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:25 PM
Would that be through dotwalking the Requested Item Record? I am trying to dotwalk to it be I don't see that option available.