Articles → UIPATH → Convert A Data Table Into The Dictionary In Uipath
Convert A Data Table Into The Dictionary In Uipath
Variables
- "table" of type Data table
- "Dict" of type dictionary
Click to Enlarge
Implementation
- Drag and drop the "Build Data table" activity to create a data table and assign the value to the "table" variable
Click to Enlarge
- Drag and drop the "Assign" activity and set the value to the "dict" variable
Click to Enlarge
- Finally, display the value in the message box. Here is the complete flow
Click to Enlarge
- Save and run the bot
Output
Click to Enlarge