问题标签 [powerapps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sharepoint - 使用 User().FullName 过滤列表?
我是 PowerApps 的新手,目前正在开发一个基本应用程序,该应用程序允许员工从仅由少数经理填充的 SharePoint 列表中编辑自己的记录。PowerApps 已经生成了一个基本的 CRUD 应用程序,为我提供了一个 BrowseScreen、DetailScreen 和一个 EditScreen。
我遇到的问题是我需要画廊只显示当前用户的记录。我尝试使用
但由于我不熟悉的“委托问题”,它似乎不起作用。我在这里找到了一个可能的解决方案,但根据我的理解,它正在检查 Author.Name 这不是我的情况,因为该列表仅由经理填充。我在列表中有一个名为“全名”的字段。
感谢任何形式的帮助!
powerapps - Integrate ADO.NET provider on On-premise Data Gateway with PowerApps
I am trying to integrate a large number of data sources available through a custom ADO.NET provider on a Windows server into PowerApps. To make the data available, I am using v14 of the On-premise Data Gateway (non-personal mode).
The gateway registers nicely, but for instance in Power BI web I can define a data source based upon a file or website.
But somehow even these file or website connections are not available for display or use in PowerApps.
Documentation is confusing; there seems to be no up-to-date variant yet and some screenshots illustrate it works, some seem to indicate the opposite.
Ultimately I would like to use a local ADO.NET provider with PowerApps to allow access to platforms such as nmbrs, Teamleader or Exact Online.
Is there a recommendation how to get an on-premise file, web-based data or an ADO.NET provider available in PowerApps?
sql-server - PowerApps - 在集合列上过滤 SQL 表
正如标题所说,我正在尝试按集合中的值过滤 SQL 表。我正在尝试使用 Filter() 函数和in
公式来实现这一点。
ClearCollect(NewCollection, Filter('SqlTable', ID in ExistingCollection.ID))
...其中 ID 是属于“SqlTable”的列。
我收到错误“'in' 运算符的右侧不是列名”。我的 Collection 'ExistingCollection' 中有数据,SqlTable 也有数据。
可能的问题可能是 Expenses 表的大小,它有 20k 多行,但这个过滤器应该返回其中的一个非常小的子集,大约 200 行。我在这里遇到了 5000 行的限制吗?或者这种过滤是不可能的?
ms-office - Power Apps - 提交表单后重置选中的切换
我是新手Powerapps
。我toggles
在一个EditForm
名为EditForm1 中有一些。当切换被选中时,它们会导致出现文本输入框,然后可以使用这些输入框来输入新信息。
然后我有一个SubmitForm
按钮 ( SubmitForm(EditForm1)
),它通过 将新信息保存到Excel
表中Dropbox
。一切正常,除了当我按下SubmitForm
按钮时,切换返回到默认模式,即关闭。提交后如何保持切换?谢谢
sql - 将 PowerApps 文本字段中的数据保存到 SQL Server 表中
有谁知道是否可以将用户输入文本字段的数据保存到 SQL Server 表中。我们目前有数据从 SQL Server 读取到我们的 PowerApps 应用程序中,但我们似乎无法弄清楚我们如何做相反的事情。有人提到使用 Flow,但我们不确定。谢谢!
powerapps - SubmitForm 在电源应用程序中不起作用
我正在从该用户创建 Power Apps,可以填写记录,记录应该保存在 Dynamics 365 中。
问题:每当我提交表单时,我都会收到一条错误消息,指出“必填字段”或“必填项或具有无效值”,并且表单被重新加载,而我已在所有字段中填写了数据。
截图:
提前致谢。
azure - o365 PowerApps Cosmos DB 连接器要求提供帐户 ID 和密钥?
我只是得到“出了点问题”。它在寻找什么?