microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

Support for Assigning Values to to an untyped record field using an index #2502

Open gekarapa opened 4 days ago

gekarapa commented 4 days ago

We need to extend the capabilities of the Untyped type to support field assignment using field index. For example, implementing a function similar to SetValue(uoRecord, index, value).