- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2023 10:36 AM
Hi,
I'm creating an UI Action that calls a subflow and it`s returning this error:
Invalid GlideRecord input format found
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2023 06:38 AM
current - points to the GlideRecord. In your case, you can't have 2 currents because it's the same gliderecord being called. You can pass in one variable, ie current, and then in the subflow try and get the two fields you want. https://developer.servicenow.com/dev.do#!/reference/api/tokyo/server/sn_fd-namespace/ScriptableFlowA...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2023 06:38 AM
current - points to the GlideRecord. In your case, you can't have 2 currents because it's the same gliderecord being called. You can pass in one variable, ie current, and then in the subflow try and get the two fields you want. https://developer.servicenow.com/dev.do#!/reference/api/tokyo/server/sn_fd-namespace/ScriptableFlowA...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2023 12:20 PM
Many thanks @Michael Fry1, it's working fine.
Now it's like this: