Hello guys!
I'm building a Help Desk application using SP Lists and Power Apps, and i want to give my users the option to attach files on the ticket opening (that works perfectly) or after the ticket is already opened, however i can't figure a way to attach the files to a already open ticket.
I'm using this Patch function on the "Anexar Arquivo" green button:
Patch('Portal Único de Atendimento';Defaults('Portal Único de Atendimento');{Anexos:DataCardValue15_1})

Powerapps does not show any errors on the formula, however, the files i try to add are not being attached to the ticket, so it means that my SP List is not receiving it, any tips on how to make this work?
Thanks in advance!