Hi,
I've created a low code app, which holds a page with a table listing DOM instances.
There is also a panel with a DOM form, which allows to create/edit/delete these instances.
The DOM form is linked with an 'object manager instances' feed, coming from that table. This is working fine.
I now have a different page in my app, which displays a very similar table. Same DOM instances, but a filtered set.
Is it possible to also feed the DOM form from this table? In other words, can the same form be fed from multiple tables?
It's possible to drag multiple 'object manager instances' feeds to the DOM form component, but it only seems to be applying the feed from one of the tables.
Thanks!
Hi Ruben,
The configuration offers the flexibility to drag and drop multiple feeds onto it. Nevertheless, at present, the form has the capability to display just a single instance. In practical terms, this implies that when both feeds contain a DOM instance, only one of these instances will be observable. In cases where the first feed lacks an instance, the second feed's instance takes precedence.
In all honesty, I wouldn't recommend adopting this approach, as it has the potential to introduce unwanted complications and may confuse users.
Thanks, Sebastiaan, understood.
It’s convenient though not having to duplicate the form for each table that could feed into it.
For now I’m experimenting with automatically clearing the feed selection upon closing the form popup, which seems to work well. I’ll look out for any issues with this approach.