SharePoint 파일 가져오기 action
- 최종 업데이트2024/01/11
SharePoint 파일 가져오기 action
파일 가져오기 action을 사용하여 SharePoint 사이트에서 하나 이상의 파일 세부 정보를 검색합니다.
전제 조건
SharePoint action을 시작하기 전에 자신이 인증받았는지 확인하십시오. 자세한 내용은 SharePoint 인증 action 항목을 참조하십시오.
프로시저
주: 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.