Hello Everyone,
Hope you are all well,
I am a bit stuck, I have a Text Input within a gallery that i need to be 2 other text inputs added together. I also need it to patch back to my data source and update the cells within that. The problem is that isn't currently happening.
I am using this as the default property of that text input:
Round(TextInput1 + TextInput1_1,2)
The OnChange property is:
Patch(Calcs2,ThisItem,{'Payroll £ value ':TextInput1_2.Text})
Any help as always is very much appreciated!
Many Thanks
Chris