$test := 'Account Name';
I need to know how can I use the variable as a key. These are not working:
You can use $lookup function to access a dynamically defined key:
$lookup($, $test)
See it on the playground: https://stedi.link/TYRXYoy