Hi Everybody, Need some help. I am new to power automate and am trying to learn on the go. please correct me if my approach is completely wrong.
I am building a flow that uses a AI model to push data into excel sheet on one drive. I would like to sort this data and push only the data from the current run to sql, using a column that captures email receipt time to do that. After 'add a row into a table' action, i am am using a 'list rows present in a table' action and then compose to sort that data. I see no issues upto list rows (outputs looks good) but my compose does not sort the data and shows the same output as input expression. I tried a multiple expressions example: sort(body('List_rows'), 'Email_time', descending), nothing works. TIA!!

