I created a PowerApp Component to search and resolve addresses.
I want to check if the current user has write permissions on the fields bound to the parameters of the component. In the case of read-only permissions the searchbox should be hidden as the address can't be updated anyway.
Is it possible to get the permissions on the fields bound to the parameters?
In practice the control would be mostly bound to CDS, so I could check permissions directly on CDS, but in theory the bound source could also be a SharePoint list or something else. The framework should provide a way to check the access to the bound datasource agnostic of the datasource.