0 votes
in Rock by MarissaEubanks (4.0k points)
edited

CLIENT: Northpointe

ASANA TASK: https://app.asana.com/0/1203194444641517/1203588930320816/f

They are getting a lot of Lava exceptions related to this workflow: https://rock.northpointe.org/admin/general/workflows?workflowTypeId=73&ExpandedIds=C350

Exceptions List: https://rock.northpointe.org/admin/system/exceptions/50705

Can someone help me correct the 'legacy lava syntax' that it is using?

enter image description here

enter image description here

1 Answer

+1 vote
by DavidTurner (14.9k points)
edited
 
Best answer

Legacy lava is when you access attribute values using dot notation instead of using the "Attribute" filter. In that Screenshot, "TransactionCodesTransformed" is an attribute, but the Lava references it using Workflow.TransactionCodesTransformed instead of Workflow | Attribute:'TransactionCodesTransformed'. That's just one instance. You can see later in the Lava it's doing same thing with "ProcessorBatchTotal".

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...