I currently have a process that starts by invoking a powershell script that receive an array of Active Directory Users. At the moment the script exports the array to an excel file, which the robot then imports to a datatable.
My question is: Is there a way to to output the array to an DataTable with the invoke-powershell activity?