App_tables.my_table.get should return warning instead of first row

It would be great that app_tables.my_table.get should return warning instead of first row if there are more than one result. It is a bit confused now

app_tables.my_table.get(my_id=given_id)

The behavior you are requesting is already the current behavior.

Here is a snapshot (from the new wonderful server console in the new wonderful beta editor):

image

2 Likes