Handling Dynamic Arrays in Form Outputs and Viewing Form Responses

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?

1 Like

@colin_mckibben, can you help me to find the solution for this?

The “select” field type should support dynamic arrays. Have you read this documentation and tried to configure it?

1 Like

where can we see the output/response of the form? Is there any way to view that?

Looks like you can only see that via the API.

I don’t see a way to do it in the UI yet. You can also view any workflow execution files that use a form to see what data was submitted in the form.

1 Like

Thanks @colin_mckibben

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.