Web Service creates records in application

0
Hello, I’ve created a published web service in my application, however whenever it is consumed by the user, it seems to add in blank records to the application itself. Does anyone know why this happens, and if so how to stop it from creating records. The web service requires authentication, and the users authentication has read-only access. Thanks
asked
2 answers
0

To help you further you need to elaborate on the webservice. Is there a microflow that retrieves something and returns the outcome? Or is some mapping done? Webservices never creates records on it's own account so there must be something here that causes this.

Regards,

Ronald

 

answered
0

Hi, found the problem to that.

Do not make the microflow’s parameter an object. If it is done as so, a row will be added to the database.

answered