This is not a support request but a tutorial that would need in the future. I am attaching a step-by-step tutorial PDF file for adding select one option to a question by using a text box.
In this example, the question includes several names and an “Other” option. Normally, the available choices remain unchanged unless you manually update them. However, in this tutorial, when a respondent selects “Other” and enters a new value in the text field, that value is automatically added as an option to the select-one question after the form is submitted.
This method is not only utilize adding new option to a select one question but adding new options from one form to another. example: Creating a beneficairy file and send the beneficairy code to different form and the user able to chose the code directly from a list.
I might do a video tutorial in the future.
To appy this method, you will need Power Automate Premium.
Two local users can not run the flow same time, I limited the Concurrency control to 1 one so one of them will start, other one needs to wait, but what you mention might still happen during the two run. i believe instead of adding choice_filter, maybe directly checking the file could be easier at some point, but i am not sure if you realized but even the name and value duplicating Kobo doesn’t thrown an error and continue working properly.
I already have an other copy where i added choice_filter and it working without any issue. If you think that might be needed, i can edit the file i publish.
This is a really useful approach, especially for forms where the list of options changes over time. I like the idea of using the same method to pass newly created beneficiary codes from one form to another. That could save a lot of manual updating when the list gets large.
A video tutorial would also be helpful, particularly for seeing how the values are passed between the forms and how the select-one list gets updated after submission. Thanks for sharing the PDF