Help using Components with Dynamic Collections

I have an external data source that I’m bringing in through the Rest API. Below is what I want to create…

Normally the way I’d do this is binding a container with the items, then using a text element in the container that accept the parent’s binding name.

Now trying to replicate this with a Component, I can correctly duplicate the correct number of containers by having a custom array input…

But there is no way for me to define the text inside the Component since every API will be different. Is there a way for me to allow the user to define a path in text that I can then map to all the text elements dynamically?

For now, you must force the user to give a predetermined shaped array.
We are working an a mapping type which will allow exactly what you asked, path/formula to match each item array, and help the user to provide the good shape for you

1 Like