การฝึกอบรม
โมดูล
Create formulas that use tables, records, and collections in a canvas app in Power Apps - Training
Do you have need for complex formulas in your app? This module can help you write those formulas.
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
Record.Combine(records as list) as record
รวมระเบียนใน records
ที่กําหนด ถ้า records
มีค่าที่ไม่ใช่ระเบียน ระบบจะแสดงข้อผิดพลาด
สร้างระเบียนรวมจากระเบียน
การใช้งาน
Record.Combine({
[CustomerID = 1, Name = "Bob"],
[Phone = "123-4567"]
})
ผลลัพธ์ของ
[CustomerID = 1, Name = "Bob", Phone = "123-4567"]
การฝึกอบรม
โมดูล
Create formulas that use tables, records, and collections in a canvas app in Power Apps - Training
Do you have need for complex formulas in your app? This module can help you write those formulas.