Hi everyone.
I am very new to Power Apps, and I got stuck with this issue.
I have created an app connected to a dataverse table called "Movies". The table has columns "Title" and "Rating".
I want to see all movies above "Rating" x.
I have made a text input field to insert the "Rating" called "TextInputRating".
Then I have made a dropdown with the following formula: Filter(Movies, Rating > Value(TextInputRating.Text))
I do not get a delegation warning, but I only receive one result as I have changed the settings to only show one result when delegation is not supported.
Do you know what I do wrong?