RenameColumns(
'Vehicles',
"ID",
"VID"
),
Patch(
'Vehicles',
LookUp(
'Vehicles',
ID = VID
),
{
Location: TextInput1.Text,
Notes: TextInput1_1.Text
}
)
)
Any ideas on how to do this properly? Thanks!
Hello,
I have a gallery that each item has 2 text boxes. Right now, I'm using a Patch formula, but it changes all of the items to that same value, instead of just changing that record's value. I only want the individual item that I change to change.
For example, currently:
If I change the text in the "Location" text box for item 2, it changes the "Location" text box for all items to that value.
I want it to only change the "Location" text box for item 2.
Right now the code is:
ForAll(