Hello everyone,
I am having a problem in that when i make changes within my gallery, both adding new and changing an existing entry. This is not saving back to my data source.
My on change is set to:
Patch(PayslipEntry,ThisItem,{'Payslips Issued SAP':TextInput18})
and
Patch(PayslipEntry,ThisItem,{'Payslips Issued Workday':TextInput18_1})
Any help would be much appreciated,
Many thanks
Chris
Thank you!, i managed to fix this based on your message.
What is the data type of these two columns?
Hello Hardit,
Thank you for your reply.
Unfortunately your amendment hasn't worked, the changes still aren't making it to my data source.
Many Thanks
Chris
Hi,
Try changing it to:
Patch(PayslipEntry,ThisItem,{'Payslips Issued SAP':TextInput18.Text})
and
Patch(PayslipEntry,ThisItem,{'Payslips Issued Workday':TextInput18_1.Text})
Let me know if this works.
---
If you like this reply, please give kudos (Thumbs Up). And if this solves your problem, please mark this reply as a solution by selecting Accept as Solution. This makes it easier for others to find answers to similar questions.
Thanks!
Hardit Bhatia
Microsoft Business Applications MVP
Microsoft Certified Trainer MCT
Blog | Twitter | LinkedIn | Facebook | YouTube | Email