How can I save data from fields across multiple screens to submit as one entry?
For example, I can use an Edit Screen to submit a form with 25 fields. I'd rather have a flow with detailed explanations so each field (or two) is on separate screens. I can create a button to the next screen, but how do I save the data from each field/screen and submit all fields at once? Or (and on a related note), if I have to submit each field at at time, how do I append the data to the same record?