Showing posts with label Action Center. Show all posts
Showing posts with label Action Center. Show all posts

Monday, October 31, 2022

Download Excel from Action center Hyperlink; UiPath

 <a href="{{data.file_storage}}" download="{{data.filename}}" style="font-size:22px">Download Pending Invoices</a>






Monday, July 18, 2022

Action Center; UiPath RPA ; Embed image

 <embed src={{data.image_storage}} width="1000px" height="600px"> </embed>

OR

 <img src={{data.image_storage}} width="1000px" height="600px"> </img>

image_storage is the parameter passed on from Form Collection. 

*storage is the key word to let the activity know that the document is from storage bucket.

Friday, July 15, 2022

Connect Action Center installed on a different server to the Orchestrator; UiPath

 Orchestrator.dll on windows server where Orchestrator is installed can be configured to add the server where Action Center is installed.

Wednesday, July 13, 2022