当前位置:网站首页>Uploading multiple attachments from canvas apps to SharePoint
Uploading multiple attachments from canvas apps to SharePoint
2022-06-27 17:17:00 【Camile8】
1、 Prepare one canvas page The contents shall include the following 4 Parts of :
①②
③
2、 You need to prepare a flow
Each step is
base64ToBinary(items('Apply_to_each')['base64'])
3、 Add canvas apps Front-end logic , And connect to flow
button Button Logic code :
ClearCollect(
ColAllFiles,
ShowColumns(
AddColumns(
Gallery3.AllItems,
"base64",
With(
{
varAttachmentControl: JSON(
Image3.Image,
JSONFormat.IgnoreBinaryData
)
},
Mid(
varAttachmentControl,
Find(
",",
varAttachmentControl
) + 1,
Len(varAttachmentControl) - Find(
",",
varAttachmentControl
) - 1
)
)
),
"base64",
"Name"
)
);
UploadMultipleFiles.Run(JSON(ColAllFiles,IndentFour));
gallery Logic code :
4、 Effect display
Reference resources : Use Flow stay Power Apps Upload multiple files to Sharepoint Document_Sucyyan The blog of -CSDN Blog
边栏推荐
- 2022年中国音频市场年度综合分析
- After the mobile phone, it was reported that Samsung also cut the output of TV and other home appliance product lines
- What is RPC
- Qt5 signal and slot mechanism (demonstrate the correlation between the control's own signal and slot function)
- Awk determines whether the first column is greater than 1. If it is greater than 1, the row will be printed
- Ten common methods of arrays tools
- 简历如何去写?
- Huawei cloud devcloud launched four new capabilities, setting two domestic firsts
- 智慧风电 | 图扑软件数字孪生风机设备,3D 可视化智能运维
- Adaoracle supports multi chain distributed Oracle with wide area node quotation
猜你喜欢
d3dx9_ How to repair 33.dll? d3dx9_ What if 33.dll is lost?
当发布/订阅模式遇上.NET
[the way of programmer training] - 3 Character count statistics
Popularization of MCU IO port: detailed explanation of push-pull output and open drain output
Leetcode 5. Longest Palindromic Substring
About MySQL: the phenomenon and background of the problem
Oracle概念二
leetcode 200. Number of islands
Kubernetes基础自学系列 | Ingress API讲解
Missing d3d10 How to repair DLL files? Where can I download d3d10.dll
随机推荐
LeetCode每日一练(两数之和)
Cesium realizes satellite orbit detour
ROS "topic" programming implementation
软件测试学习-黑马程序员,软件测试学习大纲
Software testing Basics - software testing history, process, classification, benefits, limitations
What is the level 3 password complexity of ISO? How often is it replaced?
软件测试-测试的概念,单元测试的详细介绍,如何设计测试用例
About how vs2019c # establishes the login interface, the user name and password entered must match the records in the access database
Oracle concept II
Deeply digitise, lead cloud nativity and serve more developers
Mihayou sued Minmetals trust, which was exposed to product thunderstorms
EMQ 助力青岛研博建设智慧水务平台
Popularization of MCU IO port: detailed explanation of push-pull output and open drain output
Impressive questions
华为云首次解读云原生2.0十大典型架构,加速构建现代化应用
428-二叉树(501.二叉搜索树中的众数、701.二叉搜索树中的插入操作、450.删除二叉搜索树中的节点、669. 修剪二叉搜索树)
软件测试基础-软件测试历史流程,分类,好处,限制
09 route guard authenticates URL
Ping An technology's practice of migrating from Oracle to ubisql
07. Express routing