< All Topics
Print

Update library properties using Flow

_api/web/lists/getbytitle(‘@{variables(‘var_default_accmgt_name’)}’)

{
“accept”: “application/json;odata=verbose”,
“content-type”: “application/json;odata=verbose”,
“X-HTTP-Method”: “MERGE”,
“IF-MATCH”: “*”
}

{
‘__metadata’: {
‘type’: ‘SP.List’
},
‘Title’:’@{variables(‘var_accmgt_name’)}’,
‘OnQuickLaunch’: true
}

Properties that can be manipulated with this is attached

Previous run a flow from another flow
Next Update site columns using powerautomate
Table of Contents