Hello,
i'm not able to figure out how to update row in excel sheet from my app.
I've got button which OnSelect will send email and as additional action i want it to update certain excel column (according to ID).
This is the OnSelect code:
Office365.SendEmail("someemail@live.com","LS ","IDzakazky " & PZ_CisloZak & " some text. Some text: " & PZ_SomeValue & " EUR. Some additional text"); Patch( Tab1, First( Filter( Tab1, ID_x0020_zakazky = "PZ_CisloZak" ) ), { SMS: "SENT" } )Email part is working fine, but Patch action is not working..
Tab1 = my table in excel
ID_x0020_zakazky = ID of row
SMS: = column which needs to be updated
Thank you for help 🙂

Report
All responses (
Answers (