Hey, I want to connect to a database and in the Body field of the resource, I need to have something like this: {"query":"Functionname("system.params.name")"}
However, the Body field does not let me input it that way and "needs a valid JSON". The second " around system.params.name are the problem but I need them for the request. I understand, that I need some kind of escape, but dont know the syntax. Can you help me out here? Thanks!
When in the online-builder or the preview, I can not use my mousewheel to scroll, nor the scroll thingy when pressing middle mouse button. Neither in the content, nor the style/settings bar on the right. What could be the issue? Scrolling works fine on any other program/site. Tested in Chrome 128, both in standard and incognito mode.
Hey, I want to use the dynamic URL feature and need to build a navigation to reach the dynamic pages. (at least I think I do, correct me if wrong) How can I use the system.origin inside a collection (nested in a slot) that iterates over the list of strings I use as my dynamic URL token thingy.
My idea is to basically build a simple documentation site with a nav bar on the left that leads to the pages of the single entries. Thanks!
Hey, I want to display a typical HTML Table that would preferably change content like a collection. So, header is static, column width and styling is static, but the rows are dynamic content. Is that possible? Cheers!