Efficient Field Modification in Bravo Studio & Xano: Updating Single Fields within Records

Options

Hello everyone!

I'm using Bravo Studio and Xano.

In my Bravo Studio application, I have several pages that are used to modify a single field in Xano. However, I'm having trouble instructing Xano to update only a single field; it ends up modifying the entire row.

For instance:
Page 1: Input-text → Modify name
Page 2: Input-select → Modify category

How can I ensure that I can update only one field of the same record at a time?

Tagged:

Comments

  • mustafaejaz
    Options

    Hello, use a unique ID, make a database request to edit the record, and only specify the field whose value you want to change.