Pages

Tuesday, August 11, 2020

gulp : File is not digitally signed. during gulp serve

Problem

I was trying to create SPFx solutions and when I try to debug the solution using gulp serve command I got the below error “gulp : File C:\Users\suhail\AppData\Roaming\npm\gulp.ps1 cannot be loaded. The file C:\Users\suhail\AppData\Roaming\npm\gulp.ps1 is not digitally signed.”

Solution

To fix the issue  we will have to run the below command.

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

This command sets the execution policy to bypass for only the current PowerShell session, when you open again you may need to run again.

Happy SPFx building


Tuesday, July 14, 2020

Display Lookup columns in Column Formatting in SharePoint Online lists

Problem

I was trying to display a column value through lookup field in column formatting. I want to display the lookup value of a custom field (Not the title or Id). 



I want to my Country column display as US - United States. Here are the attempts which didn't work. 


Solution


I got this sorted by using the CAML Designer.