Bungiorno a tutti,
sto cercando di preparare un flusso Power Automate che deve aggiornate il campo Description di un file in una libreria Sharepoint.
avrei necessitĂ di fare l'update con un Http request, ma non riesco a da accedere al campo Description.
Ho visto che in nome interno della colonna è _ExtendedDescription, ho provato diversi approcci l'ultimo è quello che allego.
Qualcuno ha idea di come fare?
grazie
good morning,
thank you for answering me, the solution works fine
thank you very much
Hi @simno
Try this
Request body
{
"__metadata": {"type": "SP.Data.Shared_x0020_DocumentsItem"},
"OData__ExtendedDescription": "sample description"
}
Also can u try updating description using update file properties action - i think description can be updated from there as well !
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2