Hello,
I need assistance in creating a build that can create a random picker to pull 5% of the data population. I've created these steps so far, with this expression under the compose action.
body('List_rows_present_in_a_table')?['value'][rand(1, length(body('List_rows_present_in_a_table')?['value']))]
However, this will only pick 1 random item from the list. How can I update it to choose 5% of the population?

Report
All responses (
Answers (