I have a requirement of loading lists from CSV or Feature Service to Select_one dropdownlist. I'm able to retrieve the data using search function from either of it.
But If the device is Offline, I need to pull the data from local CSV file from the media folder otherwise pull the data from feature service.
is there any way to add consdition in appearance column to achieve this functionality ? as below
autocomplete if(pulldata("@property", 'online'), search("<tablename>?url=<featureservice>"), search('<tablename>','','<fieldname>'))