'text_input' view_id doesn't support several input boxes

Hello!
I want to use blocks interface to label entities and to fill the same entities in the standardised forms so it would be possible to evaluate the overall performance but I can't seem to make several independent input boxes. Is it possible? When I fill one of them they are all being filled with the same text.

1 Like

Hi! Are you using different field_id values for the different inputs? See here for details: https://prodi.gy/docs/api-interfaces#text_input Otherwise, all fields are writing to the same underlying value in the data, so their values are identical.

1 Like

Thank you! Didn't see that.

1 Like