Excel table with 4 columns; from these 4 columns a Chart of type Combo (three lines, and one clustered column) is updated. Data range is dynamic based on data source. Use an excel template file that has the chart data ranges, and other formatting for this.
I use the Update Chart Activity (UIPath.Excel.Activities.Business.UpdateChartX) to update the Data Range.
What works : the Line series display properly with the new Range, but the clustered column has been reset to Line, and that destroys the intent of the graph.
Q1:) is this a known issue? are there issues with supporting an Excel Combo Chart in UIPath?
Q2:) is there a workaround?
Anyone?