You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Could you please tell me, is it possible to put Maps in the context as a string so it would be possible to access values by keys in expressions? If so, how do I do it?
For example, let's look at the sample context:
key1 -> { a: 's1', b: 's2' }
key2 -> {{ key1.a }}
The text was updated successfully, but these errors were encountered:
Hello. Could you please tell me, is it possible to put Maps in the context as a string so it would be possible to access values by keys in expressions? If so, how do I do it?
For example, let's look at the sample context:
key1 -> { a: 's1', b: 's2' }
key2 -> {{ key1.a }}
The text was updated successfully, but these errors were encountered: