We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Flow Designer Error

adamtoth
Tera Contributor

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,

 

AdamError.png

2 REPLIES 2

Tanushree Maiti
Tera Patron

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

AndersBGS
Tera Patron

Hi @adamtoth 

 

Can you share your configuration of the flow?

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/