How to rearrange a datatable column in web Designer

In UiPath Web designer how can we move a column from index for example 5 to 1st index. cannot finde the invoke method activity similar to studio desktop.

as a workaround:

DataTable.DefaultView.ToTable(false, StringArrayWithChangedStructureColNames)

1 Like

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