Does UiPath support dynamic field creation in Data Grid/ Data table inside a form?

Hello. I’m new to UiPath and I’m currently exploring the app’s activities. The primary goal is to create a form and push it to the action center. The form will be containing a set of key-value pairs and now, I’m checking if it’s possible to do this dynamically (based on the JSON data provided) in a data grid/ data table?

Thanks in advance to those who’ll respond!

Hi @YanCahila

Welcome to Community!!

Please check on this

Regards,

Hi. Really appreciate the response.

I did see this video and looks like you still have to configure the fields in the form (around 1:40 in the video). Please do let me know if I’m missing something out here.

HI @lrtetala. Thanks for sharing. Reall appreciate this.

Just a qn, I see that the datatable has been created manually. Is there a way in UiPath that from a deserialized json, you build the datatable object which the form will take and display the data entirely - regardless if the former task say has 3 fields the next has 5 fields?

Thanks in advance for the response!

Hi @Kyleb91. Thanks for your input.

Yup, in general that’s what I wanted to achieve. Only got one concern, on the designer, I see that you’ve explicitly declared that no of rows, is that correct? If it is then what I really to implement is for the form to be dynamic in terms of the content. Say the prior task form would be containing only 4 fields and the next task form will be containing 8 fields. Let me know if this is feasible in your experience.

Thanks in advance for the response!