Question
How do I map the request custom form and its data to a Program?
How can I dynamically capture custom form, fields and values submitted on a request and map them to a Program?
The goal is to convert requests into Program while carrying over all its custom form data. The requests can be from different queues with different custom forms.