Forum Discussion
tboulden
Feb 14, 2021Iron Contributor
Legacy EVALUATE in LAMBDA: Build/Test LAMBDAs from Sheet
In working through my UnpackLet LAMBDA, I thought perhaps there might be an easier way to test a LAMBDA while building it, and I believe using the legacy EVALUATE() function that is available via Nam...
PeterBartholomew1
Feb 16, 2021Silver Contributor
I tried to play with some of your ideas but it may be that EVALUATE has some limitations when applied to modern dynamic arrays.
tboulden
Feb 16, 2021Iron Contributor
PeterBartholomew1You're onto something; I tried unpacking your LET function using my previous UnpackLet LAMBDA and that formula works, but EVAL of that formula yields same result as your EVAL("LET..."), being the first value in the 1-d array. Will play with it some more as well; not ready to throw it out just yet, and the more limitations we're aware of will prevent unnecessary frustration. Thanks!!