CloudDB - is it possible to get value using only one block (wihtout event)?

When I want to get a value, I need to use two blocks: call and event. It is possible to get value with just RETURN? Like TinyDB?

No, because the data is not stored on the device, you must make a call for the data, then await the response in the event. This should not be an issue in your blocks coding.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.