- Create node 1 with string 'Test in cell A1 and string 'Wrong in cell A2
- Create node 2 add in C3 ="node 1"!A1
- In node 1 insert a line before line 1. In A1 put 'Something. A2 now contain 'Test and A3 contain 'Wrong.
- Go to node 2, set C3 to ="node 1"!A2, C3 display 'Wrong instead of 'Test.

I guess this is an issue with the Drupal cache management. I deactivated caching for anonymous access without success. Resetting the cache and editing C3 in node 1 solved the issue.

I understand that node 2 will not know that node 1 as changed (that can be a nice improvement), but when editing C3 in node 2 the value should be updated.

Thanks !