Trouble finding elements

I’m having trouble finding some fields I’ve added to a form and could use some advice.
I’ve a collection list to which I’ve added some input fields and an add button. So the user would for the particular item be able to add an Input_qty amount and an Input_memo text then hit the add button to create a new record.
Here’s the UX form with the two input fields circled in red:


But when I look in either collections or variables, I can’t find them:

![9483BF4D-CAB0-4F1C-BAD3-587072F6307D|514x499]
(upload://lLLQfF0a5I5vp4oAPmvhblMD2Ml.jpeg)

I am assuming that the Element’s name is what should show up. Is that not correct?

Or am I looking in the wrong place?

@Aloy I struggled with this for awhile… You need to set the variables value with a workflow and a tiny bit of Javascript.

Checkout this forum post where @aurelie walks through the whole thing:

She covers exactly what you are looking for.