I'm trying to implement an oData read and create right after, dependent on the results of the read request.
The way it seems to work is that all read and create requests get resolved at once in the end so I dont have the read results before calling create. How do I get read results immediately?
I tried making it work with promises but I couldnt find a way yet.