Using a DataPill to select a Table Name on a Lookup Record instead of an actual Table Name causes the subflow to error out while testingIssue Using a DataPill to select a Table Name on a Lookup Record instead of an actual Table Name causes the subflow to error out while testingCausePRB1377769 ResolutionThis is working as expected in Orlando and Paris You can run the workaround to run this background script to fix the issue on the instance. This script fixes it on OOB instance and would fix it on other instances as well.var gr = new GlideRecord("sys_variable_value");gr.get("9752fc8cc3c632002841b63b12d3ae53");gr.value = "{{step[e5afcb04-d05a-43b8-9afd-d8c79be98147].table_name}}";gr.variable = "4b27f01ec3c632002841b63b12d3ae3a";gr.insert();