Saving multiple users data in database in shiny

Hi all,

I am trying to save my shiny app form information from different users in the database. But for single user only, I am getting multiple rows for single form only. I want only one row per user information.
Th screen shot of the database filled can be seen below- it is single user data-

image

This is not related to Shiny and possibly not even related to R but to SQL databases (it seems you are appending records instead of updating existing ones). Please provide a coding example of your issue to clarify.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.