Power-Fx
Power-Fx copied to clipboard
Patch record types compatibility
Considering the new Patch implementations:
This works: Patch({a:Table({a:1,b:1}),b:Blank()},{b:1})
This doesn't: Patch({a:Table({a:1,b:1}),b:If(false,1)},{b:1})