标签: forms sharepoint powerapps
我希望能够使用PowerApp按钮复制表单,该表单允许我在表格中输入多行而无需退出屏幕
Here I want to press the '+' symbol and repeat the department and Cust_Name fields
我将如何做到这一点还是有更简单的路线?
答案 0 :(得分:0)
使用Collect()将所有详细信息添加到临时表中,并在图库中显示该集合。
当用户点击“+”符号时,收集您需要的所有信息并重置输入字段。