Values of tables like sc_task/incident are not rendered in UI for 'Look Up Record' / 'Create Record' step in ActionDescriptionValues of tables like sc_task/incident are not rendered in UI for 'Look Up Record' / 'Create Record' step in Action Below is the step in the Action. The Table field does not retain the value. The issue happens when the system property com.glide.searchable_table_choicelist is set to v2. This property affects the action step picker causing this behaviour. Steps to Reproduce Add the system property com.glide.searchable_table_choicelist to the instance with value v2Create a new ActionAdd a 'Look Up Record' step and set the field table to value to sc_taskAdd a 'Create Record' step and set the field table to value to incidentClick on the 'Look Up Record' step -> notice that the sc_task value is no longer displayed on the table field section.WorkaroundPlease set the property com.glide.searchable_table_choicelist to the value of v1 to resolve the issue.Related Problem: PRB1926039