Enable the Name this form in version 2023.2.1

Good afternoon, I want to know how I can activate this option that is in the image in version 2023.2.1

Welcome, @Daniel_Zota!

You can read more about this change in Collect manual instance naming will be removed in v2023.2

If you are the person who manages the form, you can update the form definition according to the instructions in that post. If you do not manage the form, you can ask the person who requested that you collect data to make this update. If you need further guidance, don't hesitate to ask.

We'd love to learn more about how you use ODK. When you have a moment, please introduce yourself!

If I'm the person administering the form. But when adding the function it shows me an error when loading the form.
odk_error

It looks like you're using the following expression:

concat("Instance name example: ", ${draft_notes}))

There's an extra parenthesis at the end! Removing that parenthesis should work. You will likely also want to replace "Instance name example" with the name of your form.

Hello, thank you very much for the instructions mentioned, it was very helpful to finalize the form.

2 Likes