Forum Discussion
Alessandro_Ansa
Jun 26, 2020Copper Contributor
JSON column formatting with Flow
Hi all I'm trying to automate the build of a SharePoint list that is formatted with JSON so that I can easily reuse it on new projects. I've built a Flow that uses http requests to create the lis...
- Jun 26, 2020
Worked it out - it is achieved through the CustomFormatter property of SP.Fields
Thanks
Alessandro_Ansa
Jun 26, 2020Copper Contributor
Worked it out - it is achieved through the CustomFormatter property of SP.Fields
Thanks
NeilMcc1400
Nov 30, 2020Copper Contributor
Hey Alessandro_Ansa ,
I've been trying to achieve the same thing. Could you show an example of CustomFormatter, so I can see the JSON formatting? Thanks!