Problem saving data to database

Hi! Check the data that you are trying to save to make sure that it is valid and meets the requirements of the fields in the database. For example, if a field is required and you are trying to save an empty string to it, this could cause an error. Consider using transactions to ensure that the data is saved to both databases atomically. This will allow you to roll back any changes if an error occurs while saving the data to either database. Double-check your query conditions to make sure that you are querying the correct data and that you are using the correct field names and values. Make sure that you have proper permissions to access and modify the data in both databases. Write if the Console.log say somthing and post the screenshot for more details. It’s possible that there is an issue with the uuid() function, which generates a new ID for the card. If this function is not returning a valid ID, the data may not be saved correctly. Also possible that there is an issue with the wixData.query() function, which is used to retrieve data from the database. If this function is not returning the expected results, it could cause the data to be deleted.