Is there any way to programmatically create new screens and put components ? (for dynamic screen creation)

I want to create new screen with code. This is because I am trygin to create forms with new questions per screen. So the screens depends on the questions is it possible to create forms dynamically?

Not really - but you can sort of use a listview to simulate creating 'dynamic' amounts of elements.

Im doing that to create a sort of 'Configurator' tool. Depending on number of product headings, i generate a dynamic set of select dropdowns, in order to build out complex part configurations, and then based on logic I'm hiding/showing different component type for each listview section. Not sure of your exact use case -- but perhaps something like that could work.

Goodluck!

1 Like