Unique Link for Each Responden

Hallo,

May I ask?
Is possible we create unique link for each responden?

Thank you??

@Apry, what would be the purpose of the unique link (you intend to create)?

For recall database.
First I use Pull Data Functionality and use ID (random alfabet & numeric) for “login” the survey but my data is large, any 150k list. loading too long to acces survey.

Second reason, with unique link I don’t need upload large database and responden don’t need to input their ID (random alfabet & numeric) with manual or paste in Kobo. It will make it difficult for respondent.

Hi @Apry ,

This topic might you the general idea, if it would be useful for you and have any questions, let us know

thank you @osmanburcu for your response.

In link kobo add syntax:
https:ee-eukobotoolboxorg/x/EKBtH9yh?d%5BQuestion_number%5D=1

is record if I download the data excel??

oHH sory, i can put variable token in export excel, ya.

Thank you.

So, in may case create link like this??

image

Hi @Apry,

In your case the link should be link this. Please just test few and make sure everything is fine.

But there is one think i need to warn you about, If you use the “hidden” type of question, you won’t be able to filter any value in this column directly in Kobo, each time you would like to filter any value you need to download the data.

Also, you can check add a dynamic data link to itself to avoid multiple data entry with the same code

i have test 5 data, it’s work.
about can’t filter column directly in Kobo, it’s OK, i will download the data.

case multiple data entry, i will check daily, coz if use “parent-child survey” i still have problem (maybe coz i don’t understand how).

thank you so muchh…

Sorry, may i ask @osmanburcu ?
What different if i use ?d%5BTOKEN%5D= or ?d[TOKEN]= ??

Hi @Apry, the difference is related to encoding. %5B is represent the [ and %5D represents the ]. You can use both but some platforms or methods doesn’t support . So i would suggest you to use %5B and %5D.

https://stackoverflow.com/questions/9966053/what-does-5b-and-5d-in-post-requests-stand-for

Ok thank you.
Helpfull for me.