Return value from function in key of array? How do this?
-
I don't know how to describe my problem, so I will present an example below.
-
Maybe you can use the handlebars built in lookup helper
https://handlebarsjs.com/guide/builtin-helpers.html#lookupAnd handlebars subexpressions
https://handlebarsjs.com/guide/expressions.html#subexpressionsMaybe something like this.
{{#with (lookup _jsr.fund (test value)) as |fnd|}}
-
Thank you so much!