Good morning,
I will briefly explain my problem. I'm using a gallery to collect data.
And on the "onSelect" of a button I use someting like :
ClearCollect(CollectionNeeded; ShowColumns(Gallery.AllItems; "new_name";"new_nombre"))
And it works, but I want to add some number, and I don't manage how to do it.
In each Item of my Gallery, I've inserted a "textInput".
But if I write : ClearCollect(CollectionNeeded; ShowColumns(Gallery.AllItems; "new_name";"new_nombre","textInput"))
In my Collection, the last object is not the value of my Input, but an array with ["Text" ; "HintText"; Acess....]
So my question, how to make appear the "Text" of my TextInput ?
(As the column labels are between " ", I cannot write : "TextInput.Text", it returns an error)
I've tried yet a lot of unsuccessful things, so if you have some Ideas,... Thank you !
Sabrina