Power Platform - Apps - Automate - SharePoint
Power Platform - Apps - Automate - SharePoint
Fonctions

icon picker
Tips

Somme d’une colonne (XPATH)

xpath(xml(outputs('JSON_Nb_personnes')), 'sum(/root/nb)')

Envoyer un mail en brouillon

image.png
Le code de Corps :
{
"subject":"",
"body":{
"contentType":"HTML",
"content":""
},
"toRecipients":[
{
"emailAddress":{
"address":""
}
}
],
"Attachments":
}

Pour les PJ, utiliser un Compose :
image.png
Le texte de Entrées :
[
{
"@@odata.type": "#microsoft.graph.fileAttachment",
"name": "",
"contentBytes":
}
]


Filtrer une bibliothèque SharePoint

Utiliser le champ FileLeafRef :
image.png

Retour à la ligne dans une array (et autres caractères spéciaux)

Utiliser la syntaxe decodeUriComponent('%0A').
Voici un exemple :
join(Array, decodeUriComponent('%0A'))
Tabulation : %09
Espace insécable : %C2%A0

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.