Hi All
I am trying to build a power-app which show all the Dynamics CRM 'Appointments' which needs further filtering by the 'Account/Company' name
I got the Dynamics CRM's connector and entities into my data set. I also added Appointment and Account Screen .
The appointment screen contains the fields I need from the Appointment entity. It also has the 'Account Name' (converted from the Regarding field)
I am now trying to filter the 'AppointmentScreenGallery' based on the value in the Search field. Lets say 'Adventure Works' is added in the search field (please see attached screenshots)
I am struggling to filter the gallery (items) so that it shows only appointments of 'Adventure Works'. I have my query at the moment along the lines of
Search(Appointments,LookUp(Accounts,CompanyField=SearchCompanyName.Text,'Account Name'),"_regardingobjectid_value")
Please could you kindly point me to the right direction?
Thanks in advance