Using tags (or any field with array) as source of the expression using "in" function doesnt work #166
Environmentall ReproductionDescribe the bugUsing tags (or any field with array) as source of the expression using in function doesnt work correctly ( it always goes to the else) Demo._.Vueform.Builder.-.Drag.And.Drop.Form.Builder.for.Vue.js.mp4Additional contextNo response Logs |
Answered by
adamberecz
Jun 16, 2026
Replies: 1 comment 4 replies
|
Yes, the But, you can create a custom function called ie |
4 replies
Answer selected by
hibasalem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the
inoperator does not work with inline array values, only references to elements that have array value.But, you can create a custom function called ie
INand have better control over the args and resolution.