Dynamic input field condition attribute in Mobile App Builder

Gerald5
Tera Contributor

I have a an Input Reference field, where the condition for the reference should depend on a previous selected reference field. Can this been achieved in Mobile App Builder? 

Please see attached screenshot

3 REPLIES 3

fabricebles
Tera Contributor

I am facing the same problem, did you find any resulution for this?

fabricebles
Tera Contributor

I had the same problem. If you are still stuck with the problem: The following video helped me: https://www.youtube.com/watch?v=IXdiRmcNj-o

camiloza
Tera Contributor

Hey Gerald, in case you have not fix the issue. Just so you know Reference qualifiers like this are created on the platform and then the mobile app builder will obtain this behaviour automatically. However, if you use an Action Item that is of type "Script" it will lose the behaviour unless you tick into "use current record as condition" so that should fix the issue normally, as long that the reference qualifiers are properly defined in the platform. You can call javascript conditions on reference fields, but they are not dependent on other input fields or variables, they are dependent on conditions or queries on the platform (so backend not ui interaction) 

I hope this helped.