action SharePoint Obtenir des fichiers
- Dernière mise à jour2024/01/15
action SharePoint Obtenir des fichiers
Utilisez l'action Obtenir des fichiers pour récupérer les détails d'un ou de plusieurs fichiers sur votre site SharePoint.
Prérequis
Assurez-vous de vous être authentifié avant de lancer une action SharePoint. Pour plus d'informations, voir action d'authentification SharePoint.
Procédure
Remarque : The output is retrieved as a list of type Dictionary. To read an individual record (row) in this list, you need
to loop through all the dictionary items using the Loop action and
read or extract the records (rows) individually. For example, if the list is stored in the
variable list_FileDetails and it contains five records, then each record
is passed to the Loop action to be processed one at a time. The loop reads the
filename, URL, last modified time and Unique Id of each
file.