Hi UiPath Team,
It would be extremely helpful to enhance the DataTable variable view in Studio by providing a proper visual tabular/grid format similar to how tools like Blue Prism and Microsoft display table data.
Currently, understanding the structure and actual content of a DataTable is difficult, especially for large datasets, since the existing view is not very readable. In many cases, developers end up writing temporary debugging code just to dump the DataTable into Excel/CSV or convert the JSON into a readable table format for validation.
A built-in tabular preview with rows, columns, scrolling, filtering, and expandable cell values would significantly improve debugging, development speed, and overall developer experience. This becomes even more important while working with huge tables where identifying column structure and sample data quickly is critical.
Suggested improvements:
-
Grid/table-based DataTable viewer
-
Column auto-sizing and sorting
-
Search/filter capability
-
Pagination or lazy loading for large tables
-
Copy/export selected rows
-
Better null/empty value visualization
This would save a lot of time currently spent creating temporary workflows purely for inspection/debugging purposes.
Thanks!