csv file
2 TopicsIssue in extracting CSV from Paginated report using Power Automate
While fetching tabular data from paginated report to shared folder in csv format using power automate, it is appending table name infront of all field names. example - if table name is 'tab a' and column names are 'cust name', 'cust address', etc - * Currently CSV output given as - 'tab_a_cust_name', 'tab_a_cust_address', * Expected Column names in CSV output- 'cust name', 'cust address', etc. where is this problem occuring? in paginated report or in power automate workflow? (I believe this has to do with Paginated Report), and how can this be fixed?796Views0likes2Comments