I have data in excel and i want UiPath to create Dashboard and can i update excel data and automatically updated in Dashboard
A better way instead of creating dashboard everytime
Create a template with all the dashboards you need and then make a copy of template uisng rpa and fill the data using rpa ans refresh the dashboards
Cheers
Try this approach would be to create the dashboard once in Excel using Pivot Tables, Pivot Charts, and formulas. Then, whenever UiPath updates the source data, use Excel Process Scope + Refresh All Data Connections/Pivot Tables (or VBA invoked from UiPath) to refresh the dashboard automatically. This avoids recreating the dashboard every run and ensures the latest data is reflected in the existing dashboard.
If Solution works for you please mark as solution
Thanks
Create the dashboard in Excel (Pivot Tables, Charts, Power Query, etc.) and use UiPath only to update the source data. Once the data is refreshed, the dashboard can be updated automatically by refreshing the workbook. If you need a more interactive solution, you can also connect the Excel data to Power BI and use UiPath to refresh the dataset.
@Balqees_Almamari check this reference