zakiayyubi Posted November 13, 2019 Share Posted November 13, 2019 Hi - Let's say I have two objects Object1 and Object2 in my project. In a model I have one instance of Object1 as Object1_01 and another instance of Object2 as Object2_01. Is there any way I can access the variables values of Object1_01 from Object2_01. I tried to define an ObjectInstanceProperty in Object2 and set it to Object1_01 for Object2_01 instance but its not working. Any ideas that can solve this issue? Thanks Zaki Link to comment Share on other sites More sharing options...
GFurtado Posted November 13, 2019 Share Posted November 13, 2019 (edited) Check my attached model. Is that what you're looking for? I created a Expression Property in Object2 and set its value to the Object1_1 state. State Transfer.spfx Edited November 13, 2019 by GFurtado 1 Link to comment Share on other sites More sharing options...
zakiayyubi Posted November 13, 2019 Author Share Posted November 13, 2019 Yes! this is what I was looking for. Thank you so much for your help. Link to comment Share on other sites More sharing options...
Recommended Posts