Hello
I want to select “aname87” field but i don’t know its name,i only know that “name” field value has the name.
Is there a simple solution to make that reference to that field?
Something like that project("$" + $name) = project("$aname87")
{
“name” : “aname87” ,
“aname87” : “avalue”
}
Thank you