I know you can load one record by passing the PK to loadRecords() but I can’t seem to make it work.
I tried controller.loadRecords(PK) and controller.loadRecords([PK]) but in both instances I get the following error:
Error loading primary key data, Query must start with 'SELECT'
> java.lang.IllegalArgumentException: Query must start with 'SELECT'
Is this a bug or am I not using the correct syntax?