When I simulate my model I get the following error:
Compiler Error, UpdateAfterGet()
Reason:
You have tried to Get an entity rather than a resource.
Solution:
Change the object you are getting from type Entity to type Resource, or if you have incorrectly entered the Get object, add the correct object.