I am trying to create a excel report from the dynamic response which is in table format Suggestion #,Site Name,Building ID
1,2200 West salt Retail,120770
2,2200 Westsalt Retail,120770
3,Tanas Village,115330 this is the response generate from the copilot bot now ill populate this excel file using power automate flow
the issue i am facing is i want remove the column name before mapping in select action and parse into json but i'm not able to remove the header the function i used to remove the headers is skip(outputs('Compose'), 1) but its retuning me an empty array how to solve this.