How to compare variables for equality? #5222
Unanswered
anakadote
asked this question in
Troubleshooting
Replies: 1 comment 3 replies
-
You almost had it! Let's go over the rules so you can understand what does and doesn't work.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In v2 I could filter form submissions by their data, but that's no longer working:
In v3 the above outputs all the submissions. So now I'm trying to use an
if
condition to only output the targeted submission.I've tried every possible way I can think of to compare the session variable against the submission variable for equality, to no avail:
None of the above resolve to
true
, and some throw exceptions. Any help is appreciated!And here's an example form submission yaml file:
Beta Was this translation helpful? Give feedback.
All reactions