Open excel workbook after using download document in RPA

Hi, I want to open excel workbook after using download document action in RPA. 
So in download document I am using a variable that receives the excel file from interface & process model, on execution I can see the file downloaded in the provided path.

I have 2 issues :

- The variable for file shows as null instead of the document value coming from the interface and PM, even when it successfully downloads it?



- Secondly, how do I open this excel file, since I am not able to understand what is the file path needed to provide in this action as the file gets downloaded by bot itself and is not there already for me to provide file path?



Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • Thanks for response.

    It downloads the file to my folder path I provided in download document,
    The output operator says "is stored as", so the Target should be the file path?
    Can you tell me if I need to create text type variable holding my folder path as initial value and then I should use in output of download document step, also will operator be "appended to" in this case? Let me know if this is how it will be?

Children