We have a datastore using an Oracle Stored Procedure Update. For the insert stored proc, one of the columns is mapped to an output argument, to capture the new transaction sequence ID generated by the stored procedure. Client Server app correctly populates the datastore row with the new ID, but when running as a PowerServer app, the datastore column remains null after the insert takes place. The insert is completing in the DB, but the datastore column is not getting populated.
Is this a known issue? I can't find anything in the PowerServer Help about this.