Passing parameter to a section for mobile app
Hi All,
I need to apply a visibility condition on text input. So i used passing boolean parameter in a section as per requirement.This works perfectly when i test it on desktop but same code is not working on mobile app.So,I want to know whether passing parameter works for mobile app i.e., offline support or not.
Also condition expression is also not work in mobile app. I have given expression as (A=='' && B=='') || (B=='' && A==''). This works fine in desktop but not in mobile app.
Please suggest what to do.
Thanks in advance!!!