Can't really get why is this so complicated.
I need the most basic functionality:
- Get the data from the first URL (lets call this "room")
- Do the second query with the data from the first query (name for this in this example: "furnitures")
I have two datasources, the second one is a dynamic source with a variable.
Everything seems fine as far as I don't try to use the data from the second one. The documentation here gets pretty blurry.
MAPFLAT(&Column: RoomID, "roomID", @/Response/Room/ID;) - with this I'm getting a simple error saying nothing else. Just an error: "An error occured while trying to calculate".
On this point with the available documentation and the lack of error messages I have no idea what to do.