Thanks for another great video. I am a newbie, but in the past few weeks, I've come to appreciate that the real power of Xano is its Function Stack. So much business logic, filtering, data transformations, and integrations can be added to the backend.
@SERA-j6z5 ай бұрын
Thank you for this. The ability to combine code with no-code is a real benefit. I literally transformed an array of 400 big objects with map lambda in the way that i would like it to bereturned. It took couple of miliseconds, where looping took 4-5 seconds. Combining lambdas and sql database querry can do massive things in couple of miliseconds.
@gmcwhinney5 ай бұрын
Woah! Excellent content Chris and what a great comparison. I've just started using the Xano Transform data type for simple use cases but knowing how performant it is for more complex situations means I'll be using it a lot more in the future.
@ellierofe5 ай бұрын
This is great to see. What would be an amazing feature is to be able to convert an existing function group into the Xano Transform expression. Or even a way to copy the details of a selected list of functions and being able to paste it into the Xano AI to get an expression back.
@avalons3435 ай бұрын
Yep, gotta learn this! Amazing!
@mateusz.mirkowski5 ай бұрын
Amazing like always. ❤
@exlfactory3 ай бұрын
Would be great it this could be used with a "bulk Update records" instead of a "For Each loop"+"Edit Record".
@nocodetalks5 ай бұрын
For the Full name thing - if we use the eval then it will be faster than for each loop?