The function pulldata("@property", 'online') returns 'true' if the device is connected to the internet and 'false' if it is not. The default behavior is that the value updates as the network connectivity of the device changes. Is there a way to have it retain the value from one moment in time? I have a repeat with questions that pull data from a feature service and I want to retain the 'online' boolean value that represents network connectivity at the moment the data is pulled from the feature service. I haven't been able to figure out a way to do that. I tried the once() function but that didn't seem to work. Thanks in advance for any suggestions!