Hi, I would like to know how I should implement a computed field in Xano.
My traditional way of doing that, is through looping of records, using a lambda that overrides each object.
But I've found that approach to be terribly slow with Xano, and so I'm trying to find new/better ways of implementing that.
This use case is simple, and doesn't need extra data queries.
Here is a video:
https://www.loom.com/share/c0a5372d20da4d9a8e01d80ccc9e33de
Thank you