Question about using variables in Conditions blocks #1339
-
Beta Was this translation helpful? Give feedback.
Answered by
SuperTempAccount
Aug 27, 2023
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jlopez994
-
Yep, that was the problem. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
Edit: Seems that you forgot to wrap the variable in double brackets like this
{{variables.action}}
The latest version of Automa uses the syntax
variables.action
instead ofvariable@action
(although I believe both are still working).Try turning on debugging mode to see what the condition is evaluating to