Hi All,
I made one column in a SharePoint list using power automate now I want to delete that column using power automate in the same flow.
I found many post regarding row deletion and item deletion but not column.
This is how my send HTTP SharePoint action looks like,
and I am getting the error msg which is given above.
Please help me regarding this.
Thanks.
@Expiscornovus, @grantjenkins, @Pstork1, @ScottShearer, @Sundeep_Malik, @v-jefferni,@v-chengfen-msft , @v-liwei-msft
Solved! Go to Solution.
@RadhikaNavkar you need to add X-HTTP-Method with MERGE to your headers:
And your Uri is incorrect, it should be _api/web/Lists/getbytitle('ResponseTeamList')/fields/getbytitle('MaxValue')
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
@RadhikaNavkar you need to add X-HTTP-Method with MERGE to your headers:
And your Uri is incorrect, it should be _api/web/Lists/getbytitle('ResponseTeamList')/fields/getbytitle('MaxValue')
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
10 |
User | Count |
---|---|
43 | |
30 | |
27 | |
24 | |
23 |