问题标签 [powerapps-collection]
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.
powerapps - 在 powerapps 中创建动态控件
根据下拉列表,类型选择的相应下拉列表应该改变,如果我们点击 addrow 它必须增加行数。我是 powerapps 的新手,并且当我们单击添加行按钮时,如何获得相同的列表。我应该为此使用图库。
powerapps - PowerApps 中的下载功能不会将超过 4000 条记录返回到 CSV 文件
需求:在PowerApps中设计的应用程序中有一个需求,用户需要将超过5000条记录下载到一个csv文件中。
尝试的方法:在 PowerApps 中使用 Power Automate 流实现下载功能。
问题:但是,当记录超过 4000 条时,此流程将失败,并给出如下错误消息。
但如果记录数少于 4000,我可以下载。
我想构建一个功能,将记录下载到 PowerApps 中的 csv 文件,以获取超过 4000 条记录。
任何帮助表示赞赏。
powerapps - PowerApps Table returning only True Value
I am trying to write a PowerApps app to call a custom connector to return data. I have the custom connector that calls the API and I can see that when I hit the [Test] button that the data is returned. However, when I go into my App, all I get from the connector is a boolean called Value;
[Button On Select Code]
If I inspect the return value from NextJS.GetAllCats() PowerApps thinks that the return type is Boolean and not a table.
[Label Text Property Code]
So in the above, I cannot seem to get the name, age or colour properties from catsTable, only the property Value.
JSON Returned from the Custom Connecter Test
{ "name": "Tuffy", "age": 10, "colour": "red" }, { "name": "Tuffy", "age": 10, "colour": "red" }, { "name": "Tuffy", "age": 10, "colour": "red" } ]
collections - Powerapps:集合在每列之前放置“field_”
正如我在标题中所说,Powerapps 总是将“field_”放在我尝试制作的集合中的每一列之前。
我已经在 Powerapp 中有 8 个集合,但是有了这个列表,我总是遇到这个问题。
使用该格式,我无法使用集合来引用原始列表。
我希望有人对此有解决方案
powerapps - 回滚 powerapps 上的更改,以防发生故障
我设计了一个应用程序,它基本上从用户那里获取输入并将数据写回数据库。现在用户希望同时将数据写入两个不同的数据库(简单 --> 完成)。
所以现在,如果无法写入任何数据库,是否可以回滚更改或电源应用程序不会将数据写入两个数据库。(某种故障安全场景)
任何链接或帮助将不胜感激。
powerapps-collection - 针对多个条件评估 powerapps 集合
我有一个包含 3 列(assessmentType、startDate、submitDate)的集合,该集合中将包含 0、1 或 2 条记录。基于集合中值的几种可能组合,我正在设置另一个集合,assessmentStatus,(因为我们不能使用上下文变量),我将在应用程序中使用它来设置一些文本和其他内容。例如,如果集合是空的,我会做一件事,如果有评估类型为“self”且没有提交日期的行,我会做另一件事,如果有“self”行有提交日期但没有“第 3 方”考核式排然后我再做一个,还有几个。
做这个的最好方式是什么?如果没有一堆带有过滤器的嵌套 if 语句,我似乎找不到一种干净的方法。有点像这样
等等 ....
我知道其中的一些语法不正确,但我现在只是粗略地处理一下。您可以使用 ForAll 来执行此操作并测试每一行中的数据吗?我将如何跟踪第一行的结果?
任何见解将不胜感激!
谢谢
powerapps-canvas - 如何在 Power Apps 的重复表中保存级联下拉值
我的来源是 SharePoint,我在 PowerApps 中尝试了这个。
我能够在 SharePoint 列表中保存重复表的简单文本字段。我无法为级联下拉字段做到这一点。请提前帮助和感谢。
powerapps - Power Apps 导航功能
我正在尝试使用导航功能,而不是屏幕名称,我试图从一个变量中获取它,但它说在此上下文中无法访问指定的属性,代码看起来像这样 Set(ScrnNm,ListEntries1_1.Selected.Label1_1 .Text);Navigate(ScrnNm,ScreenTransition.None),它附加到第一个屏幕上的按钮的“OnSelect”属性,ListEntries1_1(第一个屏幕上的画廊名称).Selected.Label1_1(来自后端表的画廊值) .Text 请帮忙,谢谢