I am generating PDF of my dashboard from REST API. Dashboard is not refreshing with latest data. Using Live dashboard.
답변 1개

Live connection simply means that the data is being queried to the database directly versus a local file. Depending on configuration, after initial request and query, some information is in cache and when downloading, it can be loading from cache. You can tried to do a refresh=yes at the end of your request to force a refresh data on download