Hi Everyone, I have a gallery which has already filtered to show the records where the PalletNumber column is blank, but I would like to patch all those records the same number from a text input, I have tried Forall , but seem to be getting myself more confused.
Thank you
Wow, so simple, and yes I will look into UpdateIf. Thank you
I would suggest that you look at the UpdateIf function.
https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-update-updateif
The syntax for this function looks like this:
UpdateIf(YourDataSource,
IsBlank(PalletNumber),
{FieldToPatch:txtYourInputTextbox.Text}
)
WarrenBelz
146,522
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,890
Most Valuable Professional