Hello,
I have a very strange issue.
My goal is to check if a record exists with multiple conditions.
If it doesn’t exist, create it, and if it does exist, modify it.
1. I check beforehand to ensure there is no record in the database.
2. I run the code, and a record appears.
3. In the debug, it seems like the record was added during the “Query all records from XXXX” step.
What do you think about it please ?
Thank you so much