I have a Select step in my flow with the following code as the from code -
sort(body('Send_an_HTTP_request_2')['value'],'DisplayName')
I keep getting the following as an error and can't figure it out.
Unable to process template language expressions in action 'Select_-_persons_2' inputs at line '0' and column '0': 'The template language expression 'sort(body('Send_an_HTTP_request_2')['value'],'DisplayName')' cannot be evaluated because property 'value' cannot be selected.
Thanks in advance for the help.