Use a form in a binded dataset

Hi, I am trying to add a form to each binded element of a collection. The form will update the item in Supabase.
I am not able to the inputs of the form so that I can select them in a workflow.

For e.g.
I have a collection “users” where I display name, position.
I have a form in the binded data Tom, Analyst.

I want to have a form on each person to submit new data.

THe problem: I can’t find the variables of the fields of the form inside the workflow.

  • the completed fields of the form are not in the “item” section (here are Tom, analyst)
  • the data is not in “var” (here are the vars or inputs that are on the page, but I can’t find the repeated inputs

input variables are not available if the input is in a collection list, but you can keep track of it using variables and change workflows.
Have a look at this:

Nice! I’ll have a look, thanks