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?