
Hello,
I tried to do this post https://powerusers.microsoft.com/t5/Building-Power-Apps/Text-input-controls-within-gallery-summed-in-label-control/m-p/191105 inside a form and the values are not updating, the default values of the text input are kept.
Out of the Form if it works.
EDIT
Is not a form update problem.
What I have is a gallery with numerical values, in each record I place a text input to change the value and in a label I want to show the sum of those values.
With a single gallery the label is updated with the value of the sum of the values, but when I enter that gallery into a card of a form the label does not update the value and only takes the default values of the text entries after they are selected, regardless of which data source of the gallery is or is not the default value of the card of form.
Example
Left (gallery and label into Canvas)
Center (the same gallery on the Left inside the card of a form)
Right (changing the gallery data source to the default value of the form card)
Hi @jmrodriguez ,
Please share more details about your scenario? What does the ' stop updating when inside a form ' mean? Please elaborate more.
In general, if the data card in the Form doesn't submit the data, I would suggest checking the Update property of Data Card to see if it returns the correct value. In your case, it should be the TextInput.Text.
Anyway, we still need more information to understand your issue and provide further assitance.
Sik