I would simplify your code to:
Patch('LISTADO',
ForAll(
Filter('LISTADO',Title = SelectFile),
{
ID:ID,
RAZON:DROPRAZON.Selected.Title,
COMENTARIO:TEXTCOMMENT.Text
}
)
)
UpdateIf would cost you a bit of performance. Using ForAll correctly will reduce the wait time.
_____________________________________________________________________________________
Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!