Get old field value with update row trigger automation #15154
Unanswered
NicolasFabre81
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey @NicolasFabre81 Could you link the docs page you mentioned please? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to get the old value of my field in JS.
Doc speaks about {{trigger.oldRow}}.
But neither
$("trigger.oldRow")
nor$("trigger.oldrow")
work.What is the syntax ? How comes that we can't see it in bindings ?
EDIT : even
{{trigger.oldRow}}
does not work.{{trigger}}
only contains the new updated row and not the previous one.@melohagan
EDIT2 : maybe solved here @adrinr ?
Beta Was this translation helpful? Give feedback.
All reactions