Output fields not selectable in a repeat action when a DB Query is in a try/catch OR Condition

Wappler Version :6.3.1 Stable
Operating System : Mac Silicon
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Docker

Expected behavior

I have a DB Query outputting multiple fields from the DB.
I select this DB Query from the Repeat (in this case dbquery.data as it’s a paged query)
I should then be able to select the output fields in the repeat.

Actual behavior

the output field selector field is blank:
Screenshot 2024-03-16 at 7.38.03 am

If I move the same DB Query outside of the TRY/CATCH or CONDITION action then the repeat works as expected:
Screenshot 2024-03-16 at 7.38.42 am

Change the Output Filter selection to “Exclude” and do not fill in any “Output Fields” - then all fields from your request will be available

They are available as is. The bug is that they are not selectable in the UI.