Struct setting last changed bool from true to false when updating another bool to true

I have some tasks that when completed get marked off in a task pad. I complete one task and update the struct bool to true for that task completed. Then when i complete the second task and update the struct it makes the first one change back to false and sets the new completed task bool to true…Is really frustrating can someone please explain to me why its doing this. I have all the other bools in the struct hidden so i have no idea why its overwriting the other bool.

Thanks


Hey @viggerz!

I think you might be confusing the “Make Struct” node with the “Set Members in Struct” node!

Because I think the issue is when you use “Make Struct” it’s setting anything you don’t set manually to be defaults. “Set Members” is the one when you want to alter specifics. :slight_smile:

Hope this helps!!

oh of course it is…omg its been a long day haha! Thanks!