Hi everyone,
I actually try to delete a data in my array but don't really know how I can do it. My array is width 0 and Height 4 and I recorded my object's Json in it plus 3 variables like UID and my ObjectTypeName.
So it's look like this in my debug inspector (btw how can I see all the informations as the bloc can't be resized?) :
I want now, after a trigger to delete the corresponding object in my array.
I was thinking about looking for every X element in my array with the corresponding UID name, saved as a variable:
Unfortunately it doesn't work. Maybe I forget something?
Thanks for your help!