Hi, would anyone be able to help me with an api ca...
# rx
t
Hi, would anyone be able to help me with an api call problem? I have two endpoints whose results I need to combine, however I can only fetch the values of the second endpoint once the first completes i.e. call 1 gives me the id necessary for call 2 to succeed. How should I structure my rx chain so that the results of call 1 are preserved once I receive the results of call2? I’ll be very grateful for any guidance! (Apologies if this has been answered before, I was not quite sure what to search for)