Hi,
when i use 'where' array filter in liquid template,it is no supported.How we can add Where filter in liquid template
i have input like
{
"INTAXCODE":"14",
"OtherTAXcode:"12"
}
Output should return equivalent INTAXCode -14
{
"OTHERTAXCODE":"12"
}
is there any filter available to fetch the corresponding data