Hi all,
I am working on forms. I have developed a form that is all set up correctly and have also developed a workflow. Additionally, I have linked the form to the workflows. These processes work fine. My question is: where can we see the output/response of the form? Is there any way to view that?
Currently, the form does not have the capability to dynamically handle an array of values. For example, in Active Directory (AD), I need to fetch the “search DN” attribute, which can have multiple values, i.e., an array of values. Up until now, the form has been fetching the data and storing the values as a complete array, like [values]. Do you agree with this? However, I need to display the array of values as dynamic fields. If the “search DN” has three values, it should be listed as dynamic fields such as search DN1, search DN2, and search DN3 to the user who is going to fill this form. Is there any way to achieve this?