I have a lookup on an edit webform step that I need to filter based on a lookup populated in the previous step. I need the filtering to occur server-side so I cannot use JavaScript to dynamically filter the lookup.
The issue is I have set up the field to filter based on the related rows in power apps as bellow and the filtering works when the lookup is rendered as a lookup but if I apply the "Render lookup as dropdown" metadata it no longer filters the lookup. Why does it behave this way? The lookup should be filtered on the server so the options should only show those that are related. I don't see why changing the rendering changes the actual options that can be select. Seems like a bug to me.
It isn't anything more than a UX issues at the moment but would like a suggestion or help identifying if this is a bug.