How to convert dictionary to datatable in uipath

  1. Build data table with two columns key and value.
  2. For each loop for dictionary
  3. for each item Add data row ArrayRow{item.key, item.value} output of build data table
2 Likes