@parav1 I tried that approach ,but I couldn’t find the filter values in pyUI pages. The pxRetrieveReportData retrieving all results not the Filtered one
@Pooja Dash When using a paginated repeating grid, the export functionality will only export the current page’s results. If you want to export all filtered results, not just those on the current page, you might need to use a different approach. One possible solution is to use the ‘pxRetrieveReportData’ activity to pull all the filtered results onto another page, and then pass these results to the ‘pxConvertResultsToCSV’ activity. This should allow you to export all filtered results, not just those on the current page. Please note that this approach might require additional configuration and testing to ensure it meets your requirements.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
@MarijeSchillern Thank you for the suggestion. Those changes will require additional configuration. We suggested users to do the filter from excel itself, as they are using the excel very rare.