Hi, I'm looking to create a PowerApp using PostgreSQL as a datasource. I'm looking to try something really basic where I can add, edit, and delete data from inside PowerApps. We are already paying for a premium license and I've attempted to use the following:
Patch('camera_system.System',
Defaults('camera_system.System'),
{
System_Components_Number: Int(txt_CompNum.Text),
System_Name: txt_SysName.Text,
System_Status:txt_SysStat.Text
}
)
However, there is an error message 'The function 'Patch' has some invalid arguments.' but fails to point out where the issue is. Could I get some help on this? I've logged in with the super admin credentials so no read/write permissions are missing as I can retrieve a table of contents, but no luck!
Thanks,
Liam