Hi guys,
I’ve searched for this behavior, but can’t find anything about it specifically.
Since there’s not a way to delete properties in a nested object. I’m trying to reset the property (which is itself an object) and then rebuild the object without that specific nested object in it. I’ve tried the blocks a few different ways, but I can’t get Thunkable to evaluate the nested property (the circled blocks).
As you can see above it I tried building a list of that property and show it in a test label below. The list does not show the changed property “delete”, however, if I view the JSON of the full object (where the arrow is) I can see the property with an object of {“for”:“delete”}.
Since I can’t get Thunkable to evaluate that property I can’t delete it out of the object and re-upload it to firebase.
have you tried setting that (get property “for”…) to a temporary app var first then plug THAT in place - in both the insert last, and in the following IF statement?