【问题标题】:cannot save a photo from PowerApps to SharePoint using the create file action无法使用创建文件操作将照片从 PowerApps 保存到 SharePoint
【发布时间】:2021-06-08 02:01:09
【问题描述】:
我已经构建了一个 powerapps 来从应用程序中拍照并将其保存到共享点。在创建文件操作中,我总是收到此错误:
无法在“1”行和“2598”列的操作“Create_file”输入中处理模板语言表达式:“无法评估模板语言表达式“dataUriToBinary(triggerBody()['CreatefileFileContent'])”,因为属性“ CreatefileFileContent' 不存在,可用属性是 'CreateitemTitle、SendanemailTo、Createfile_FileName、Updatefileproperties_ImageTypeValue'。请参阅https://aka.ms/logicexpressions了解使用详情。'。
【问题讨论】:
标签:
powerapps
power-automate
【解决方案1】:
正如错误消息所述,来自 PowerApps 的数据中没有名为“CreatefileFileContent”的属性。可能性不大
- 您的意思是 Createfile_FileContent 并忘记了下划线
- 数据没有通过 PowerApps 传递,因为您在 PowerApps 中执行的任何操作通常都不会发送该信息,而且您可能不走运
- 数据未通过 PowerApps 传递,因为 PowerApps / PowerAutomate 链接在最好的情况下很糟糕,最好删除 PowerApps 中的连接器并从头开始重新创建。