This post provides a simple overview of the following app example: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/get-started-create-from-blank A demonstration of the completed app...
The post describes an example of how to filter the results displayed in a Dynamics 365 lookup control using the client API addPreSearch & addCustomFilter
1.) Forms Issue At runtime, an entities’ populated attribute isn’t available in the form’s JavaScript. For example formContext.getAttribute(‘cpl_date’).getValue()...