Flow Designer Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hello,
I am receiving the following error shown in the attached screenshot. The subflow within my flow creates this error and does not create the tasks it is supposed to. Anybody know what this error is?
Thank you,
Adam
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
42m ago
Hi @adamtoth
1)
Check for v_table and Remote Table Misconfigurations
- Type sys_remote_table.list in the filter navigator to view your defined Remote Tables.
- Check the Remote Table Definitions (sys_vtable_definition) to ensure that all Javascript logic, API conditions, and execution operations are active and syntactically correct.
2)Wherever the v_table API has been used ,check whether response body properly formed like below:
// Store the response body into a virtual table
v_table.addRow({
sys_id: gs.generateGUID(),
amount: responseObj.amount,
description: responseObj.description,
posting_date: responseObj.posting_date,
transaction_date: responseObj.transaction_date
});
Refer ServiceNow Documentation: v_table – Scoped, Global
3 ) Clear Instance cache using Cache.do and try
Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti