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 11:22 AM
Hi @Jiajie Li
The system is expecting a user record to be stored in assigned to field but the field which you are storing is maybe a string type or integer type
You should be storing that variable value in Assigned to which is referencing sys_user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 11:49 AM
Hello,
I thought the requested_for is a Reference field so that's what I gave it with the sys_ID to reference the correct user. Is that not correct? Below is a screenshot of my dotwalk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 12:03 PM
Hello,
I tried with the requested_for only and not its sys_id but got the same error. I also tried to remove the Assigned To line and test again but it still gives the same error. Could it be my Asset reference?