Hi friends, what are some methods to work with the received data in Expression editor?
For example I get from cms request a list of blog posts :
https://api.baserow.io/api/database/rows/table/123456/and I need to select three random ones, for block read our blog articles. How to do it? in the same baserow api there is no random parameter, so I need to make random and slice already in webstudio. How to solve this? Maybe there is some tutorial? I don't quite understand how Expression editor works. How freely can js be used there?