Notifications
Announcements
Hello, I have a problem, I would like to create a button outside the gallery that would be used to add all filled input fields to the collection called liczba. I went in that direction but it didn't work
ForAll(Zamowienie_lista.AllItems; Collect(Zamowienie; {liczba}))
GOT IT!
ForAll(Filter(Asortyment_lista.AllItems;Value(liczba.Text)>0);Collect(Zamowienie;{Nazwa:'Nazwa asortymentu';Liczba:liczba.Text;Jednostka:'j.m.';Ind:Indeks}));;
for me he is shouting that ClearCollet should be a collection
I need those inputText fields that are filled in to end up in a collection called Zamowienie. together with the other two columns (I download the data from the excel sheet)
@pablik01
Funny, it works for me. The gallery on the left is used by the button for creating the collection which is shown in the datatable on the right
not working
I did something like this
Collect(Zamowienie;{Liczba:liczba.Text})
but he only adds the last item that I entered (and I want him to add all that are filled in), I also need him to add a few more columns assigned to this number.
in short, I want it to do what the button does next to each row in the gallery only globally. This is the button code on the line:
Collect(Zamowienie;{Grupa:ThisItem.Grupa;Nazwa:ThisItem.'Nazwa asortymentu';Liczba:liczba.Text;Jednostka:ThisItem.'j.m.';Ind:ThisItem.Indeks});;
@pablik01 ClearCollect(liczba, Zamowienie_lista.AllItems)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Kalathiya 428
WarrenBelz 374 Most Valuable Professional
MS.Ragavendar 333 Super User 2025 Season 2