Can you read, write, and move .txt and .xlsx files while using the VMware Horizon extension?

Hi @Anderson_Mitchell

To use these activities, you will need to make sure that the Horizon extension is properly configured and that the UiPath service has the necessary permissions to access the files. You can do this by setting the VMware.Horizon.Activities.Connection property of the activities to the connection to the Horizon server, and by providing the necessary credentials and file paths.

Here is an example of how you can use the Read Range activity to read data from an Excel file on a Horizon server:

  1. Drag the Read Range activity onto the designer canvas and set the VMware.Horizon.Activities.Connection property to the connection to the Horizon server.
  2. Set the FilePath property to the path of the Excel file on the Horizon server.
  3. Set the Range property to the range of cells that you want to read.
  4. Set the Output property to a variable that will store the data that is read from the Excel file.
  5. Run the workflow.

This will read the specified range of cells from the Excel file and store the data in the output variable. You can then use the data in your workflow as needed.

I hope this helps!