So I hacked my way using Flow into adding a new column into a List I imported into SP from an Excel spreadsheet. However, the new column header doesn't show up by default into the List current view.
Hoping to add a little logic to my Flow so that the new column header shows up. I think it's related to setting hideColumnHeader to "false" but I don't understand how to construct the appropriate JSON.
Actually, while I asking, thinking likely possible (maybe ??) to combine the above with the following additionalRowClass JSON as well into the same update view call ?
{
"schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json",
"additionalRowClass": "=if([$CSS_x0020_Required] == 'YES', 'sp-field-severity--good', '')"
}

Report
All responses (
Answers (