Hi BlueSocket, I know this is a pretty old thread, but I stumbled upon the same question today. You almost had the solution yourself. You only missed escaped quotes. | datamodel | spath input=_raw output=datamodelname path="modelName" | table datamodelname | map search="|tstats count from datamodel=$datamodelname$ | eval datamodel=\"$datamodelname$\" | table datamodel, count"
... View more