I have a form where users will input requests which are then linked to a Sharepoint list. The form has some text columns and some radio button selections. However, users have mentioned how in a batch of requests, only a few inputs change, so it would help to be able to auto-populate the form using their last submission.
Currently, I have managed to partially resolve this issue (for text fields only) using another thread. Thanks @RandyHayes !
However, the radio button selection fields do not auto-populate and I would like to seek help for this.
Thanks in advance 🙂