Lookup-based condition value works in browser, not Android.
Hello,
I have a Lookup element called "topic", with a field, "input_type". I use the input type value to show-hide other input fields. For example, the text field uses the condition value:
topic.input_type == "text"
This works fine in the Web browser but doesn't work at all in Android. If I create a text field to just show the value of topic.input_type it also works in the browser and not in the Android app.
In the browser, it works even if I exclude input_type from the list of displayed columns. On Android, it doesn't work either way.
Is this a known issue, or is there a syntax problem?
[Edit: this seems to work fine in iOS.]
-
Hi Rob,
Try adding the form name to the beginning of the reference. So if you have the following information:
- form name: example_form
- lookup element name: topic
- field in lookup table: input_type
Then your reference should be example_form.topic.input_type
Let me know how that works out for you.
Please sign in to leave a comment.
Comments
2 comments