We are using Appian Mobile App for offline form as Action in Site. The main interface has to option 1) Create Data 2) Select Data
The steps below done when user is online from mobile device:-
1) user creates data which gets written to database.
2) user navigates back to other tab and refresh the page multiple times.
3)comes back to offline form again and try to select the data which he just now created
outcome:- The data is not visible to user even after multiple refreshes but once user logout and login again then only data is showing.
On contrary if we try this on laptop the user is able to see the data immediately.
In case we add any interface component like dropdown/grid in the main/parent interface the data is refreshed immediately.
Screenshots below:-
Main offline interface having two sub interfaces add and check
Once the data is created we are trying to check the same below:-
Need to understand why data is refreshing only after re- login Appian mobile App for Offline form but not when user try to refresh the page or navigates to other page and comes back.
Discussion posts and replies are publicly visible
Hello gauravkumar,May be raising a support ticket would help? More over i think there might be sync issue when you are using offline, expected behavior I guess.for more information on this please refer this:How Offline Mobile Works
Thank you! Konduru Chaitanya , will raise the support ticket. What I am not able to understand is that the local variable receives the latest pull from db but the rule input which is mapped by the same local variable is not receiving the latest data until we use the same local variable to render any component (eg dropdown for test) in the main interface itself.