How to edit value of existing table record without fetching the record first?

Options
Hi, 
I am trying to update a column value of a record on my table. I know Xano does full Object replacement but I wanted to know how I access the original value of the column before editing it. My current solution is to fetch the record and then use the dot notation to access its value. 

Is there a better approach that avoids the additional GET Record request before editing a Record?

Comments

  • Brett Lewis
    Brett Lewis Member
    Options
    The way I understand the mechanics of Xano, what you describe is the correct way to do what you are wanting to, i.e. "fetch the record and then use the dot notation to access its value."