Hi all!
Im triying to save specific values in a collection, yesterday was working porpertly but today at the moment to save the same values nothing happens and the collection still empty, im using the next formula:
ForAll(
Gallery7.AllItems;
Collect(
Evaluacion;
{
Categoria: Label9.Text;
Topico: Title5.Text;
Calificacion: Slider3.Value
}
)
)
When this was working the values were saved in the collection and then exported in a excel file via Power Automate:

So today im triying to save the same values in the collection but isnt working

This is how the app looks rigth now
