Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

[Intellisense] Concat([{a:1},{a:2}],| displays global variables

Open LucGenetier opened this issue 1 year ago • 1 comments

PFX proposals for Concat([{a:1},{a:2}], : a, ThisRecord and all global variables PA proposals for the same expression: a and ThisRecord only

LucGenetier avatar Dec 19 '23 09:12 LucGenetier

ThisRecord and all global variables seems correct, since that would still makeup a correct expression. (I think we suggest globals on each arg, while PA doesn't)

jas-valgotar avatar Dec 19 '23 17:12 jas-valgotar