I am pretty new SharePoint. I would like to know if we can use two SPFx extensions in one application. Because i want the functionality of both field customizer and application customizer. And if yes then how can we get the details of a selected file in a library using @pnp/sp.
sp.web.fields.getByTitle("Name").get().then((item)=>{
console.log(item);
});
Code used by me. But it didn't seem to work