Hello Dojo,
I need help to display a table dynamically in a visio.
The container that will contain the table is configured as follows:
I think that to display a table, I need to configure a child form. So I have configured it as follows:
My shape currently looks like this:
This is the kind of table I would like to display with all the columns:
Am I on the right path?
Alexandre Picquenet [DevOps Advocate] Selected answer as best 28th April 2023
Hi Alexandre,
The “Parametercontrol” shape needs to be a separate shape within your child element group. So your structure needs to be like this:
children (group linked to view) => child (group linked to element) => ParameterControl (regular shape)
Michiel Vanthuyne [SLC] [DevOps Enabler] Edited answer 28th April 2023

Hello Michiel,
Ok thank you for your answer !