Hi guys, does anyone know how this activity works on UiPath?
The “From file when run”, in the Create HTML Content Activity
Hi guys, does anyone know how this activity works on UiPath?
The “From file when run”, in the Create HTML Content Activity
From file when run means, when the bot is executing and taking any screenshot or downloading any image, if you want to attach that image to the HTML content, then store the path of the file in a variable and then pass that variable to the field.
When the process is executing, after downloading the image or taking a screenshot, the path will be stored in a variable. That variable is then passed to Create HTML content, and it will attach that image to the HTML body.
Hope it helps!!