Adding fields dynamically to a form using deluge
Greetings
In my project i'm going to have an initially empty form that has an on load workflow that reads records from a report somewhere else in the app and then add input fields to the empty form based on these records. i was wondering if it's possible to add input fields like single/multi line and number inputs and such using deluge only and how
Thanks