Hello
I am trying to build a flow that creates a List , and adds the columns via HTTP requests (the only way i found).
So i define how i want the column to be :
{"__metadata": { "type": "SP.FieldText"}, "FieldTypeKind": 2, "Title": "NEW TITLE","Hidden":false}
The problem :
The flow runs successfully, so when i check the List , i see this :
So the column "NEW TITLE" has been created but its not visible by default despite having set "Hidden": false in the HTTP Request body
Is there any way i can make this column visible by default, or by any workaround?
Thank you.
Solved! Go to Solution.
Hi Pedrogr
Reviewing SharePoint Doc, I found one doc that explained the sharepont support to show a colunmn by specifying a formula in Sharepoint
Please raise a support ticket to sharepoint team from office 365 admin center and confirm with Sharepoint Engineer if it's possible to achieve.
Hi Pedrogr
Reviewing SharePoint Doc, I found one doc that explained the sharepont support to show a colunmn by specifying a formula in Sharepoint
Please raise a support ticket to sharepoint team from office 365 admin center and confirm with Sharepoint Engineer if it's possible to achieve.