Hello,
I have a form in a powerapps portal.
this portal has a loockup field for which I would like to add a dynamic filter based on earlier selected values.
At the moment, I remove invalid values during the "loaded" event. But this is a little bit of an ugly solution as I sometimes have 0 results on one of the pages.
I would like to apply a filter on the POST request so powerapps only retrieves valid values.
How could I do this?