03 apr 2024 Informatica Ora legale/Solare in Power Automate Gestione del passaggio all'ora solare (daylight saving time) in Power Automate e SharePoint online Power Automate Esempi SharePoint Online
20 dic 2023 Informatica Problema con PnPCore e LoadItemsByCamlQueryAsync (SharePoint) Il metodo LoadItemsByCamlQueryAsync ha un "bug" quando si leggono i campi di testo SharePoint Online C# SharePoint
01 apr 2023 Informatica React Context API React Context fornisce un metodo alternativo per gestire lo stato dell'applicazione. React SPFx SharePoint Online
31 mar 2023 Informatica Superato esame MS-600 Oggi ho superato l'esame di certificazione Microsoft MS-600: Building Applications and Solutions with Microsoft 365 Core Services Esami Teams SharePoint Online Power Apps Power Automate
04 mar 2023 Informatica Passare una funzione C# come argomento (delegate) Un esempio di uso dei delegati e delle funzioni anonime per gestire i conflitti di salvataggio in CSOM SharePoint C# SharePoint SharePoint Online SharePoint 2013 CSOM
23 dic 2022 Informatica Recuperare il Bearer di SharePoint Online da browser Tramite la console Developer tools di Chrome è possibile ricavare il Bearer token di SharePoint Online da usare temporaneamente per fare delle chiamate REST fuori dal contento del browser. SharePoint Online JavaScript Browser SharePoint 2016
04 dic 2022 Informatica Query SharePoint con fetch Alcune query JavaScript per SharePoint che possono tornare utili per debug SharePoint JavaScript SharePoint 2016 SharePoint Online
25 nov 2022 Informatica Ottimizzare le query SharePoint in Power BI Un esempio su come accedere alle liste SharePoint da Power BI con query REST OData Power BI SharePoint Online SharePoint 2016 SharePoint
13 nov 2022 Informatica Sharepoint online chiamate batch con C# L'esempio mostra come creare delle chiamate all'API _api/$batch di SharePoint Online con .NET 4.8 C# SharePoint Online SharePoint 2016
02 nov 2022 Informatica Esempio SPFx master / tree Una webpart base SPFx per realizzare una visualizzazione master / tree leggendo il parametro dalla querystring SPFx React SharePoint Online TypeScript
01 nov 2022 Informatica Esempio SPFx master / details Una webpart base SPFx per realizzare una visualizzazione master / details leggendo il parametro dalla querystring SPFx React SharePoint Online TypeScript
12 ott 2022 Informatica Grafico a barre con Column Formatting (SharePoint) Tramite Column formatting di SharePoint Online è possibile creare un grafico a barre su ogni riga di una lista Column formatting SharePoint Online SharePoint 2019
07 ott 2022 Informatica SetValue di un field con Column Formatting (SharePoint) Tramite la proprietà customRowActiondi Column formatting è possibile settare uno o più valori di un campo in un item SharePoint Online. Column formatting SharePoint Online
06 ott 2022 Informatica Sharepoint chiamate batch con JavaScript Come usare le chiamate in batch delle API REST di SharePoint in JavaScript SharePoint 2016 JavaScript SharePoint 2019 SharePoint Online JQuery
04 ott 2022 Informatica Aggiornare item in Batch con Power Automate senza Apply to each Come aggiornare una serie di items SharePoint in Batch con una sola chiamata HTTP. Power Automate SharePoint Online Esempi
03 ott 2022 Informatica Creare item SharePoint in Batch con Power Automate Tramite le API REST Batch è possibile creare più items con una sola chiamata HTTP. Power Automate SharePoint Online Esempi
27 set 2022 Informatica Aggiornare una lookup multipla con Power Automate Un esempio di come aggiornare una lookup multipla di SharePoint con Power Automate Power Automate SharePoint Online SharePoint
13 giu 2022 Informatica Invocare un flow con column formatting (SharePoint) Un esempio su come invocare da SharePoint un flow Power Automate tramite column formatting Power Automate Column formatting SharePoint Online SharePoint 2016 SharePoint
11 giu 2022 Informatica Aggiungere un campo Lookup con PnP PowerShell Uno script PnP PowerShell per aggiungere una colonna di lookup in una site collection SharePoint online SharePoint Online PowerShell SharePoint Script
20 mag 2022 Informatica Gestire l'ambiente di DEV e PROD SharePoint in Power Automate Un esempio di come rendere dei flow con action SharePoint dinamici in modo che si adattino alla site collection. Power Automate SharePoint Online SharePoint
17 mag 2022 Informatica Add-In permission: estendere la validità del secret Tramite PowerShell è possibile definire, in una AppOnly di SharePoint (Add-In), un nuovo secret con scadenza arbitraria SharePoint Online PowerShell SharePoint SharePoint 2013 SharePoint 2016 SharePoint 2019
11 mag 2022 Informatica Query CAML con le REST API di SharePoint Esecuzione di una query CAML tramite una chiamata REST API di SharePoint. SharePoint Online C# CAML JavaScript JSON SharePoint 2013
03 mag 2022 Informatica Chiamare una Rest API di SharePoint Online da SPFx Un esempio di come chiamare un API Rest di SharPoint da SharePoint Framework SPFx SharePoint Online SharePoint TypeScript
31 mar 2022 Informatica Error loading component in Power Automate Recentemente in Power Automate mi è capitato questo errore: Error loading component ... Power Automate Errori SharePoint Online Power Apps
22 mar 2022 Informatica Recuperare il Guid di una lista in Power Automate Un esempio di uso della action Send an HTTP per trovare il guid di una lista avendo solo il nome. Power Automate SharePoint Online SharePoint JSON
12 feb 2022 Informatica Aggiornare un campo pepole multi user con Set-PnPListItem (SharePoint OnLine) Un esempio di come aggiornare un campo people multiutente con Set-PnPListItem e relativi problemi. Errori PowerShell SharePoint 2016 SharePoint Online
22 dic 2021 Informatica SharePoint Add-In Permission "The provided client secret keys are expired" Dopo 1 anno che si è creato un Add-In Permisson di SharePoint, il relativo '''secret''' scade e va rinnovato. C# PowerShell SharePoint SharePoint 2016 SharePoint 2019 SharePoint Online
27 nov 2021 Informatica Come spostare un Flow con connessioni SharePoint Capita spesso di dover sviluppare un Flow (Power Automate), che usa SharePoint Online, in un ambiente di DEV e doverlo portare in ambiente di PROD, vediamo come fare. Power Automate PowerShell SharePoint SharePoint Online
04 nov 2021 Informatica Generatore di istruzioni Add-PnPContentType per site content type SharePoint Questo script PowerShell permette di leggere, da uno SharePoint Online, i content type a livello di site collection con le relative colonne, appartenenti ad uno specifico gruppo, e generare... PowerShell SharePoint SharePoint 2016 SharePoint 2019 SharePoint Online