我的 PowerApps 表单中有一个名为 DataCardValue3 的控件
我正在尝试在其 OnChange 属性中设置其值:
设置属性(DataCardValue3.value,3)
我看到这个错误: 属性“DataCardValue3.value”不能用于测试自动化
有什么想法吗?
我看到这篇文章并按照步骤操作
https://daviddrever.com/2018/04/microsoft-powerapps-updating-a-data-card-from-a-button/
这就是我所做的:
步骤1- 在 Screen1 的 OnVisible 属性中我有这个: 设置(AmountVar,SharePointIntegration.Selected.Amount)
步骤2- DataCardValue3 的 Value 属性我设置为 AmountVar (我在步骤 1 中创建的新变量)
步骤3- DataCardValue3 的 OnChange 属性我有这个: UpdateContext({AmountVar:3})
就是这样
现在当我更改金额时,它会设置为 3