Multi objects visualization.

In my application, I need to present multiple objects of the same types with multiple properties, I found that gallery partially fits my requirements, but it only allows to present title and description, at my case I have more than two properties, and some of them are graphical (e.g. photo), is there any build-in option that fits my requirements better then gallery? I even prefer to store my data outside of WiX database (e.g. at AWS Dynamo).

Hay Alexander,

At this time, your options are limited to using a gallery, a table or formatting basic HTML into a wix text element (the last option requires coding). A table allows to display multiple columns, including images, check it out.

I can let you know that we are working on something to address this very need, will make sure to let you know when additional options are available.

And in the meantime, feel free to influence how we build it, starting with its name :slight_smile:

Hi Alexander,
Out of curiosity, why would you prefer to work with Dynamo?
thanks!