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.

No comments: