In the form attached to db table sec_groups_apps there is a field group_id. I have added a select field “description” and an automatic evaluation with "SELECT description FROM sc_groups WHERE group_id={group_id}.
The test failed because the table name is sec_groups.
I corrected the table name and generated it afresh. It still fails and reports the error with table sc_groups!!