Can't access fields in object

Options
Xano Support Chat
Xano Support Chat Administrator

ADMIN

edited January 2023 in ❓Other questions

I'm trying to access a field within my object to build conditional logic around it. It won't show up as an option when I try to select it so I've hard coded the path but it's still not accessing the data within the object.

Best Answer

  • Xano Support Chat
    Xano Support Chat Administrator

    ADMIN

    edited January 2023 Answer ✓
    Options

    When you have an object you want to filter, you need to bind it first to have access to the nested fields. Dot notation on database schema does not work on the query expression builder. This video shows the join function, and will help you get access to your object fields.