Hello everyone. I am pretty new to powerapps but I have created a few so far and connected a few interesting flows but I am stuck with this one. I want to be able to use my SharePoint list powerApp to be able to lookup a Dynamics 365 record and get its GUID. Is this possible from a SharePoint list-style PowerApp? If it's not possible, is there some way to trigger a Dynamics lookup query from a flow that I pass a unique parameter to? I am not sure if I need to add Dynamics 365 connector as a source for this project either. Thanks for any help!
Regardless of the trigger you use, if you want to get a Dynamic record via Flow, you can use the Get record action, but you need to know the record id.
Another method is to configure the List records, and filter the qualified records through Filter query.