I have an app with a checkout process, made up of 2 screens: the 1st screen is the cart contents and a text input field "Notes" the 2nd screen is the shipping address and checkout button I made a parallel flow, for auto-filling of the address, from the user's account addresses, which points back to the 2nd checkout screen and pre-fills the address. However, this flow breaks the context (the field sent at checkout for the Notes field becomes nil). I verified this by creating a Buffer collection and adding the Notes in there, then following the Available Data flow of the Current Buffer variable, which becomes unavailable in the parallel flow above.