No variable from components in a collection list?

I added a form container with a short answer element.
The variable from components appeared so I can get the value from it.
But when I put this element in a collection list, the variable disappear?
How can I get the value from it now?

The collection list get the data, but I want the users to update it directly in the collection list with the post.id api request.

Thanks

It is doable, you just need to create an object/array to hold the data and update this variable with a workflow triggered by input change.

See Are form variables not visible while the form is in a collection item? - #6 by dorilama for a solution for this case.

2 Likes

Thanks, sorry for the duplicate question!