Hi,
when I have two displays of a datafield in a complex layout layout, I get one call to onCompute per second and one to each onUpdate - all as expected
but I want to limit the user to one! … for a small datafield I can say “too small” but my problem use case is the split screen on watch or Edge with 2 valid sized fields
because I do a web request based on the dc size and obscurity in onCompute every X minutes
i could initialise the web request in onUpdate and not onCompute but I’d not know which request of multiple came back for which dc layout
so overall I was hoping there was some setting I had missed to limit the datafield to one user layout
- thanks for ideas - Crisp