I am trying to create a single database of questions to be used in technical interviews. The DB includes question, answer, tags (question type), and associated images.
What I'd like to do is create a new page for every interview, and either manually select questions or select all questions with a certain tag.
I can get this working to a degree, but the way Confluence makes me embed database fields looks awful. I really just want the content out of a database field, not the formatting around it.
So far, I've been using /embed to select the row/entity and add it to the page. Is there a better way to do this? One that only result in the object within the cell to show up in the page?