Desde la comunidad latina. Es posible ejecutar un CREATE y un UPDATE , en la misma transacción? mi objetivo es que el ID creado, se coloque en el array del update en el mismo procedimiento. Logré hacer pruebas, y la transacción funciona con normalidad cuando el ID fue creado anteriormente. Mientras que cuando se realiza en la misma transacción, solo emite un error de transacción.
Además el campo "seguimiento" , esta relacionada de uno a muchos a la COLLECTION_ID_SEGUIMIENTO
Estuve leyendo algunos hilos relacionados, pero no encuentro coincidencia. Atento a su respuesta. Gracias de antemano.
usando v1.8.0 en node selfhosted
Recommended threads
- Transaction feature is not working somet...
I am getting the below error sometimes and sometimes it is working perfectly fine. Transaction failed: AppwriteException: transaction_not_found, Transaction wi...
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...
- Updating to 1.9.0
Docs are lacking, I've already run in to some issues: - Firstly the web UI port doesn't work... had to add ```--http-port=9999``` in to the docker run command t...