apps
2021.10
false
- Before You Begin
- Getting Started
- How To
- Designing your App
- Events and Rules
- Function: And, Or, Not
- Function: Concat
- Function: Contains
- Function: Count
- Function: EndsWith
- Function: If
- Function: IsBlank
- Function: Length
- Function: List
- Function: StartsWith
- Function: Sum
- Function: Sort
- Function: Now
- Function: Today
- Function: Time
- Function: Year
- Function: Month
- Function: Day
- Function: Hour
- Function: Minute
- Leveraging RPA in your App
- Application Lifecycle Management (ALM)
- Basic Troubleshooting Guide
Procedure
OUT OF SUPPORT
Apps User Guide for Automation Suite
Last updated Nov 11, 2024
Procedure
- Add a required chart with the needed data in an Excel sheet.
- Use the
Get Excel Chart
activity to save the chart. -
Save the chart as a picture.
- Use the
Load Image
activity and reference the chart image location. - Convert the chart image to
base64
. - Prefix the
base64
string with the following:data:image/png;base64,
. Make sure thatbase64
is a string data type. - Pass the string as an out argument of your choice.
-
Value bind the out argument to your image control in UiPath Apps.