Value of field record is not a GlideRecord in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 07:24 AM
HI Community,
Im facing an error in the flow designer, the flow runs daily at 6 but for the last one month it didn't ran so started debugging and i ran the test and it is showing an error as "Value of field record is not a GlideRecord"
concept of the flow is daily it will check the hr profile and if it satisfy the condition then it will create a request but currently im getting this error as in the step five we are not able to add the opened by so we create a new step and update opened by but is causing an issue
how can we fix this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 07:52 AM
Hi @suuriyas ,
Why you are updating the Opened By field ? Why is it required ?
In step-6 Opened by will always be System Administrator? Check by setting up some other user in Opened By for testing and see if the error is still occurring .
If my response helped, please hit the Thumb Icon and accept the solution so that it benefits future readers.
Regards,
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 07:58 AM
HI @Rohit Singh ,
Thanks for replying
I tried it with different user as well but still it is showing the same error