Issue
Symptoms
In the flow context, below error is thrown.
"Error: GlideRecord.get() - invalid table name: <TABLE_NAME> (sys_script_include.5ce7a5cddb985b84689feda5ca961917.script; line 48)"
Release
London+
Cause
- The table was removed from the instance during a clone.
- The table cannot be found in sys_db_object table.
- In the flow, if a script tries to query the invalid table using Glide API the mentioned error is thrown.
Resolution
- Fix the script by removing the invalid table.
- Add the missing table on the instance.